[This is preliminary documentation and subject to change.]
Initializes a new instance of the DuplicateAuthorizationRuleException class.
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);
DuplicateAuthorizationRuleException Class | LaMarvin.Constable Namespace