Ilumnis Authentication

RoleException Constructor (String, Exception)

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

public RoleException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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