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)
Syntax
public static class ExceptionExtensions

The ExceptionExtensions type exposes the following members.

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