ExceptionManagerImpl 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 Class ExceptionManagerImpl _
    Inherits ExceptionManager
public class ExceptionManagerImpl : ExceptionManager
public ref class ExceptionManagerImpl : public ExceptionManager
public class ExceptionManagerImpl extends ExceptionManager

Remarks

Instances of ExceptionManagerImpl 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

ExceptionManagerImpl Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicy