ExceptionHandlerNode.ExceptionHandlerData 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. |
When overriden by a class, gets the ExceptionHandlerData object this node represents.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration.Design.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
PublicMustOverrideReadOnlyPropertyExceptionHandlerDataAs ExceptionHandlerData
[BrowsableAttribute(false)]
publicabstract ExceptionHandlerData ExceptionHandlerData { get; }
[BrowsableAttribute(false)]
public:
virtualproperty ExceptionHandlerData^ ExceptionHandlerData {
ExceptionHandlerData^ get () abstract;
}
publicabstractfunction getExceptionHandlerData () : ExceptionHandlerData
Field Value
The ExceptionHandlerData object this node represents.
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. |