Constructs invalid right index exception with no description.
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);
InvalidRightIndexException Class | IExSys.Authentication.Exceptions Namespace