Click or drag to resize

ExceptionExtensions Class

Extension methods to ease dealing with exceptions.
Inheritance Hierarchy
SystemObject
  TomsToolbox.EssentialsExceptionExtensions

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodExceptionChain Returns an enumeration of exceptions that contains this exception and all inner exceptions.
Top
See Also