Ilumnis Authentication

UserException Constructor

Constructs user exception with no description.

Overload List

Constructs user exception with no description.

public UserException();

Deserializing constructor.

public UserException(SerializationInfo,StreamingContext);

Constructs user exception with descriptive message.

public UserException(string);

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

public UserException(string,Exception);

See Also

UserException Class | IExSys.Authentication.Exceptions Namespace