Ilumnis Authentication

InvalidDomainIdentifierException Constructor

Constructs invalid domain identifier exception with no description.

Overload List

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

See Also

InvalidDomainIdentifierException Class | IExSys.Authentication.Exceptions Namespace