Ilumnis Authentication

InvalidUserIdentifierException Constructor

Constructs invalid user identifier exception with no description.

Overload List

Constructs invalid user identifier exception with no description.

public InvalidUserIdentifierException();

Deserializing constructor.

public InvalidUserIdentifierException(SerializationInfo,StreamingContext);

Constructs invalid user identifier exception with descriptive message.

public InvalidUserIdentifierException(string);

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

public InvalidUserIdentifierException(string,Exception);

See Also

InvalidUserIdentifierException Class | IExSys.Authentication.Exceptions Namespace