Partager via


ExceptionHandlingSettings.ExceptionPolicies 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 ExceptionPolicyData objects.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("exceptionPolicies")> _
PublicReadOnlyPropertyExceptionPoliciesAs NamedElementCollection(Of ExceptionPolicyData)
[ConfigurationPropertyAttribute("exceptionPolicies")]
public NamedElementCollection<ExceptionPolicyData> ExceptionPolicies { get; }
[ConfigurationPropertyAttribute(L"exceptionPolicies")]
public:
property NamedElementCollection<ExceptionPolicyData^>^ ExceptionPolicies {
    NamedElementCollection<ExceptionPolicyData^>^ get ();
}
publicfunction getExceptionPolicies () : NamedElementCollection<ExceptionPolicyData>

Field Value

A collection of ExceptionPolicyData objects.

See Also

ExceptionHandlingSettings Class

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.