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