ExceptionManager Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

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