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

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