0
try
{
    //some code that might throw exception
}
finally
{

}

I came across above code in a project, and I can't understand what is the use of such a try-catch-finally block.

Note: no catch block, and empty finally block.

Theodor Zoulias
  • 24,585
  • 5
  • 40
  • 69
Saurabh
  • 27
  • 1

0 Answers0