IExceptionConfigurationGivenPolicyWithName.GivenPolicyWithName Method

Defines new policy with a given name.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

IExceptionConfigurationForExceptionType GivenPolicyWithName(
    string name
)
'Declaration
Function GivenPolicyWithName ( 
    name As String
) As IExceptionConfigurationForExceptionType
IExceptionConfigurationForExceptionType^ GivenPolicyWithName(
    String^ name
)

Parameters

Return Value

Type: IExceptionConfigurationForExceptionType

See Also

IExceptionConfigurationGivenPolicyWithName Interface

IExceptionConfigurationGivenPolicyWithName Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace