Ilumnis Authentication

InvalidUserNameException Constructor

Constructs invalid user name exception with no description.

Overload List

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);

See Also

InvalidUserNameException Class | IExSys.Authentication.Exceptions Namespace