Ilumnis Authentication

InvalidUserCredentialsException Constructor

Constructs credentials exception with no description.

Overload List

Constructs credentials exception with no description.

public InvalidUserCredentialsException();

Deserializing constructor.

public InvalidUserCredentialsException(SerializationInfo,StreamingContext);

Constructs credentials exception with descriptive message.

public InvalidUserCredentialsException(string);

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

public InvalidUserCredentialsException(string,Exception);

See Also

InvalidUserCredentialsException Class | IExSys.Authentication.Exceptions Namespace