Ilumnis Authentication

RoleException Constructor

Constructs invalid role exception with no description.

Overload List

Constructs invalid role exception with no description.

public RoleException();

Deserializing constructor.

public RoleException(SerializationInfo,StreamingContext);

Constructs invalid role exception with descriptive message.

public RoleException(string);

Constructs wrapper invalid role exception, used to wrap unhandled exceptions catched by IExSys.Authentication module.

public RoleException(string,Exception);

See Also

RoleException Class | IExSys.Authentication.Exceptions Namespace