ExceptionExtensions Class

Class that provides extension methods for the Exception class. These extension methods provide a mechanism for developers to get more easily to the root cause of an exception, especially in combination with DI-containers such as Unity.

Namespace:  Microsoft.Practices.Composite
Assembly:  Microsoft.Practices.Composite (in Microsoft.Practices.Composite.dll)

Syntax

'Declaration
Public NotInheritable Class ExceptionExtensions
public static class ExceptionExtensions
public ref class ExceptionExtensions abstract sealed
Microsoft.Practices.Composite.ExceptionExtensions = function();

Type.createClass(
    'Microsoft.Practices.Composite.ExceptionExtensions');

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.ExceptionExtensions

See Also

ExceptionExtensions Members

Microsoft.Practices.Composite Namespace