Share via


ExceptionHandlingException 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.

An exception that occurred during the exception handling process.

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

Syntax

'Declaration
<SerializableAttribute> _
PublicClassExceptionHandlingException _
    Inherits Exception
[SerializableAttribute]
publicclassExceptionHandlingException : Exception
[SerializableAttribute]
publicref classExceptionHandlingException : public Exception
publicclass ExceptionHandlingException extends Exception

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionHandlingException

See Also

ExceptionHandlingException Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace

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.