Ilumnis Authentication

InvalidMiddleNameException Constructor (String, Exception)

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

public InvalidMiddleNameException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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