Ilumnis Authentication

AuthenticationException Constructor (String, Exception)

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

public AuthenticationException(
   string Message,
   Exception InnerException
);

Parameters

Message
Exception description.
InnerException
Original exception that caused this exception.

See Also

AuthenticationException Class | IExSys.Authentication.Exceptions Namespace | AuthenticationException Constructor Overload List