ExceptionManager Class

Non-static entry point to the exception handling functionality.

Namespace:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly:  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)

Syntax

'Declaration
Public MustInherit Class ExceptionManager
public abstract class ExceptionManager
public ref class ExceptionManager abstract
public abstract class ExceptionManager

Remarks

Instances of ExceptionManager can be used to replace references to the static ExceptionPolicy facade.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionManager
    Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionManagerImpl

See Also

ExceptionManager Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicy