Constructs invalid user name exception with no description.
Constructs invalid user name exception with no description.
public InvalidUserNameException();
Deserializing constructor.
public InvalidUserNameException(SerializationInfo,StreamingContext);
Constructs invalid user name exception with descriptive message.
public InvalidUserNameException(string);
Constructs wrapper invalid user name exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.
public InvalidUserNameException(string,Exception);
InvalidUserNameException Class | IExSys.Authentication.Exceptions Namespace