Ilumnis Authentication

RightException Constructor (String, Exception)

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

public RightException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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