Ilumnis Authentication

InvalidDomainNameException Constructor

Constructs invalid domain name exception with no description.

Overload List

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);

See Also

InvalidDomainNameException Class | IExSys.Authentication.Exceptions Namespace