Ilumnis Authentication

InvalidRoleIdentifierException Constructor (String, Exception)

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

public InvalidRoleIdentifierException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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