Ilumnis Authentication

InvalidUserIdentifierException Constructor (String, Exception)

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

public InvalidUserIdentifierException(
   string Message,
   Exception InnerException
);

Parameters

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

See Also

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