The following tables list the members exposed by ExceptionHelper.
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultExceptionHandler | This delegate is called right after the InternalException event in case if System.ComponentModel.CancelEventArgs.Cancel is false. |
![]() ![]() | PassThrough | Instructs the exception helper to pass the exception info further without any additional handling. |
| Name | Description | |
|---|---|---|
![]() ![]() | Handle | Executes a specified delegate with the redirect of exceptions to the ThrowException call. |
![]() ![]() | ThrowException | Throws an exception in a unified manner. |
| Name | Description | |
|---|---|---|
![]() | InternalException | Occurs in case of an non-critical unhandled internal exception. |



