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