Ilumnis Authentication

User Constructor (Int32)

Constructs user object and loads user.

public User(
   int userId
);

Parameters

userId
UserId of the user to load.

Exceptions

Exception Type Condition
InvalidUserIdentifierException Thrown when invalid userId is passed.

See Also

User Class | IExSys.Authentication Namespace | User Constructor Overload List