Ilumnis Authentication

InvalidFirstNameException Constructor

Constructs invalid first name exception with no description.

Overload List

Constructs invalid first name exception with no description.

public InvalidFirstNameException();

Deserializing constructor.

public InvalidFirstNameException(SerializationInfo,StreamingContext);

Constructs invalid first name exception with descriptive message.

public InvalidFirstNameException(string);

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

public InvalidFirstNameException(string,Exception);

See Also

InvalidFirstNameException Class | IExSys.Authentication.Exceptions Namespace