Share via


WrapHandler Members

Include Protected Members
Include Inherited Members

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 WrapHandler type exposes the following members.

Constructors

  Name Description
Public method WrapHandler
Initialize a new instance of the WrapHandler class with an exception message and the type of Exception to use.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HandleException

Wraps the Exception with the configuration exception type.

Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property WrapExceptionMessage

Gets the message of the wrapped exception.

Public property WrapExceptionType

Gets the Type of exception to wrap the original exception with.

See Also

WrapHandler Class

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.