Ilumnis Authentication

InvalidRightIdentifierException Constructor (String, Exception)

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

public InvalidRightIdentifierException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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