Ilumnis Authentication

InvalidRightIndexException Constructor

Constructs invalid right index exception with no description.

Overload List

Constructs invalid right index exception with no description.

public InvalidRightIndexException();

Deserializing constructor.

public InvalidRightIndexException(SerializationInfo,StreamingContext);

Constructs invalid right index exception with descriptive message.

public InvalidRightIndexException(string);

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

public InvalidRightIndexException(string,Exception);

See Also

InvalidRightIndexException Class | IExSys.Authentication.Exceptions Namespace