Constructs invalid password exception with no description.
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);
InvalidPasswordException Class | IExSys.Authentication.Exceptions Namespace