|
|
|
|
|
by danbruc
4084 days ago
|
|
Exception filters are not syntactic sugar because they will not unwind the stack until a true condition is encountered and you really catch the exception, something impossible to do with the traditional catch-check-[re]throw mechanism. |
|