A
A.M-SG
Hi,
I underestand that we can use try finally without catch clause. Something
like this:
try
{
throw new Exception("Test")
}
finally
{
// close all files
}
What exactly is this?
Thank you,
Alan
I underestand that we can use try finally without catch clause. Something
like this:
try
{
throw new Exception("Test")
}
finally
{
// close all files
}
What exactly is this?
Thank you,
Alan