Ilumnis Authentication

InvalidRightIdentifierException Constructor

Constructs invalid right identifier exception with no description.

Overload List

Constructs invalid right identifier exception with no description.

public InvalidRightIdentifierException();

Deserializing constructor.

public InvalidRightIdentifierException(SerializationInfo,StreamingContext);

Constructs invalid right identifier exception with descriptive message.

public InvalidRightIdentifierException(string);

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

public InvalidRightIdentifierException(string,Exception);

See Also

InvalidRightIdentifierException Class | IExSys.Authentication.Exceptions Namespace