ExceptionTypeData.ExceptionHandlers 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 a collection of ExceptionHandlerData objects.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("exceptionHandlers")> _
PublicReadOnlyPropertyExceptionHandlersAs NameTypeConfigurationElementCollection(Of ExceptionHandlerData, CustomHandlerData)
[ConfigurationPropertyAttribute("exceptionHandlers")]
public NameTypeConfigurationElementCollection<ExceptionHandlerData, CustomHandlerData> ExceptionHandlers { get; }
[ConfigurationPropertyAttribute(L"exceptionHandlers")]
public:
property NameTypeConfigurationElementCollection<ExceptionHandlerData^, CustomHandlerData^>^ ExceptionHandlers {
NameTypeConfigurationElementCollection<ExceptionHandlerData^, CustomHandlerData^>^ get ();
}
publicfunction getExceptionHandlers () : NameTypeConfigurationElementCollection<ExceptionHandlerData, CustomHandlerData>
Field Value
A collection of ExceptionHandlerData objects.
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration 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. |