Doing `throw <myExceptionVariable>` causes the stack trace information to be rewritten (we don't want this). Wrapping in a new exception object like `AggregateException` fixes that but also makes the printed exception look messier. Instead, simply return a bool to indicate if `HandleException()` processed the the exception; if not, then we can rethrow from outside the method.pull/231/head
parent
833161efce
commit
8bf205f171
Loading…
Reference in new issue