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
  • 34,835
  • 7
  • 69
  • 104
Saurabh
  • 37
  • 5

0 Answers0