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