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