Helper class for exceptions.
Inheritance Hierarchy
Namespace:
Xcalibur.Helpers
Assembly:
Xcalibur.Helpers (in Xcalibur.Helpers.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static class ExceptionHelper
<ExtensionAttribute>
Public NotInheritable Class ExceptionHelper
[ExtensionAttribute]
public ref class ExceptionHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ExceptionHelper = class end
The ExceptionHelper type exposes the following members.
Methods
| Name | Description |
---|
| ExceptionBuilder |
Builds an exception string from a set of nested exceptions for printing.
|
TopSee Also