|
|
|
|
|
by theflagbug
4451 days ago
|
|
Exception filters aren't pointless.
They preserve the stacktrace, meaning the debugger will break at the original throw and not the throw; in your catch (I'm on mobile so I don't have a code sample, sorry, I hope you get what I mean) |
|
That is
catch(Exception ex) {throw;}
Rethrows without meddling with ex.