Constructs invalid domain identifier exception with no description.
Constructs invalid domain identifier exception with no description.
public InvalidDomainIdentifierException();
Deserializing constructor.
public InvalidDomainIdentifierException(SerializationInfo,StreamingContext);
Constructs invalid domain identifier exception with descriptive message.
public InvalidDomainIdentifierException(string);
Constructs wrapper invalid domain identifier exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.
public InvalidDomainIdentifierException(string,Exception);
InvalidDomainIdentifierException Class | IExSys.Authentication.Exceptions Namespace