Ilumnis Authentication

InvalidRoleIndexException Constructor (String, Exception)

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

public InvalidRoleIndexException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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