SyntaxFix
Write A Post
Hire A Developer
Questions
This is the code I usually do:
try { ........... throw null;//this line just works like a 'break' ........... } catch (NullReferenceException) { } catch (System.Exception ex) { ......... }