Share via


ReplaceHandlerNode.ReplaceExceptionType 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 or sets the Type of Exception to use for replacement.

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

Syntax

'Declaration
<RequiredAttribute> _
<BaseTypeAttribute(GetType(Exception), TypeSelectorIncludes.BaseType)> _
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
PublicPropertyReplaceExceptionTypeAs String
[RequiredAttribute]
[BaseTypeAttribute(typeof(Exception), TypeSelectorIncludes.BaseType)]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
public string ReplaceExceptionType { get; set; }
[RequiredAttribute]
[BaseTypeAttribute(typeof(Exception), TypeSelectorIncludes::BaseType)]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
public:
property String^ ReplaceExceptionType {
    String^ get ();
    voidset (String^ value);
}
publicfunction getReplaceExceptionType () : String
publicfunction setReplaceExceptionType (value : String)

Field Value

The Type of Exception to use for replacement.

See Also

ReplaceHandlerNode Class

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