Share via


CustomHandlerSetting.HandlerType Property

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.

Gets the name of the type for the custom exception handler.

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

Syntax

'Declaration
PublicPropertyHandlerTypeAs String
public string HandlerType { get; internalset; }
public:
property String^ HandlerType {
    String^ get ();
    voidset (String^ value);
}
publicfunction getHandlerType () : String
publicfunction setHandlerType (value : String)

See Also

CustomHandlerSetting Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Manageability 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.