Ilumnis Authentication

InvalidRightNameException Constructor (String, Exception)

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

public InvalidRightNameException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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