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