Constable Authorization Engine 2.0 BETA

DuplicateAuthorizationRuleException Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the DuplicateAuthorizationRuleException class.

Overload List

Initializes a new instance of the DuplicateAuthorizationRuleException class.

public DuplicateAuthorizationRuleException();

Initializes a new instance of the DuplicateAuthorizationRuleException class while deserializng the object.

protected DuplicateAuthorizationRuleException(SerializationInfo,StreamingContext);

Initializes a new instance of the DuplicateAuthorizationRuleException class with the given message.

public DuplicateAuthorizationRuleException(string);

Initializes a new instance of the DuplicateAuthorizationRuleException class with the given message and an inner Exception.

public DuplicateAuthorizationRuleException(string,Exception);

See Also

DuplicateAuthorizationRuleException Class | LaMarvin.Constable Namespace