Ilumnis Authentication

InvalidPasswordException Constructor (String, Exception)

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

public InvalidPasswordException(
   string Message,
   Exception InnerException
);

Parameters

Message
Exception description.
InnerException
Original exception that caused this exception.

See Also

InvalidPasswordException Class | IExSys.Authentication.Exceptions Namespace | InvalidPasswordException Constructor Overload List