Share via


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.Prism
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public static class ExceptionExtensions
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ExceptionExtensions

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.ExceptionExtensions

See Also

ExceptionExtensions Members

Microsoft.Practices.Prism Namespace