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