ExceptionPolicyData.ExceptionTypes 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 ExceptionTypeData objects.
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("exceptionTypes")> _
PublicReadOnlyPropertyExceptionTypesAs NamedElementCollection(Of ExceptionTypeData)
[ConfigurationPropertyAttribute("exceptionTypes")]
public NamedElementCollection<ExceptionTypeData> ExceptionTypes { get; }
[ConfigurationPropertyAttribute(L"exceptionTypes")]
public:
property NamedElementCollection<ExceptionTypeData^>^ ExceptionTypes {
NamedElementCollection<ExceptionTypeData^>^ get ();
}
publicfunction getExceptionTypes () : NamedElementCollection<ExceptionTypeData>
Field Value
A collection of ExceptionTypeData 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. |