Ilumnis Authentication

InvalidBirthdayException Constructor (String, Exception)

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

public InvalidBirthdayException(
   string Message,
   Exception InnerException
);

Parameters

Message
Exception description.
InnerException
Original exception that caused this exception.

See Also

InvalidBirthdayException Class | IExSys.Authentication.Exceptions Namespace | InvalidBirthdayException Constructor Overload List