Ilumnis Authentication

InvalidPasswordException Constructor

Constructs invalid password exception with no description.

Overload List

Constructs invalid password exception with no description.

public InvalidPasswordException();

Deserializing constructor.

public InvalidPasswordException(SerializationInfo,StreamingContext);

Constructs invalid password exception with descriptive message.

public InvalidPasswordException(string);

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

public InvalidPasswordException(string,Exception);

See Also

InvalidPasswordException Class | IExSys.Authentication.Exceptions Namespace