Constructs invalid role index exception with no description.
Constructs invalid role index exception with no description.
public InvalidRoleIndexException();
Deserializing constructor.
public InvalidRoleIndexException(SerializationInfo,StreamingContext);
Constructs invalid role index exception with descriptive message.
public InvalidRoleIndexException(string);
Constructs wrapper invalid role index exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.
public InvalidRoleIndexException(string,Exception);
InvalidRoleIndexException Class | IExSys.Authentication.Exceptions Namespace