Ilumnis Authentication

InvalidRightNameException Constructor

Constructs invalid right name exception with no description.

Overload List

Constructs invalid right name exception with no description.

public InvalidRightNameException();

Deserializing constructor.

public InvalidRightNameException(SerializationInfo,StreamingContext);

Constructs invalid right name exception with descriptive message.

public InvalidRightNameException(string);

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

public InvalidRightNameException(string,Exception);

See Also

InvalidRightNameException Class | IExSys.Authentication.Exceptions Namespace