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