Ilumnis Authentication

AuthenticationException Constructor

Constructs authentication exception with no description.

Overload List

Constructs authentication exception with no description.

public AuthenticationException();

Deserializing constructor.

public AuthenticationException(SerializationInfo,StreamingContext);

Constructs authentication exception with descriptive message.

public AuthenticationException(string);

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

public AuthenticationException(string,Exception);

See Also

AuthenticationException Class | IExSys.Authentication.Exceptions Namespace