Ilumnis Authentication

DomainException Constructor

Constructs invalid domain exception with no description.

Overload List

Constructs invalid domain exception with no description.

public DomainException();

Deserializing constructor.

public DomainException(SerializationInfo,StreamingContext);

Constructs invalid domain exception with descriptive message.

public DomainException(string);

Constructs wrapper invalid domain exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.

public DomainException(string,Exception);

See Also

DomainException Class | IExSys.Authentication.Exceptions Namespace