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