WrapHandlerNode.WrapExceptionType 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 wrapping.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.dll)
Syntax
'Declaration
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
<RequiredAttribute> _
<BaseTypeAttribute(GetType(Exception), TypeSelectorIncludes.BaseType)> _
PublicPropertyWrapExceptionTypeAs String
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
[BaseTypeAttribute(typeof(Exception), TypeSelectorIncludes.BaseType)]
public string WrapExceptionType { get; set; }
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
[BaseTypeAttribute(typeof(Exception), TypeSelectorIncludes::BaseType)]
public:
property String^ WrapExceptionType {
String^ get ();
voidset (String^ value);
}
publicfunction getWrapExceptionType () : String
publicfunction setWrapExceptionType (value : String)
Field Value
The Type of Exception to use for wrapping.
See Also
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. |