Ilumnis Authentication

InvalidRoleIdentifierException Constructor

Constructs invalid role identifier exception with no description.

Overload List

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);

See Also

InvalidRoleIdentifierException Class | IExSys.Authentication.Exceptions Namespace