Ilumnis Authentication

RightException Constructor

Constructs invalid right exception with no description.

Overload List

Constructs invalid right exception with no description.

public RightException();

Deserializing constructor.

public RightException(SerializationInfo,StreamingContext);

Constructs invalid right exception with descriptive message.

public RightException(string);

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

public RightException(string,Exception);

See Also

RightException Class | IExSys.Authentication.Exceptions Namespace