|
AuthenticationService
v0.2.0
|
An exception that is raised if a request for an unknown user was issued. More...
Public Member Functions | |
| UserNotFound (long userId) | |
| Creates a new instance for an id that did not belong to any known user. More... | |
| UserNotFound (string username) | |
Properties | |
| long | UserId [get] |
| The identifier that was used to search for the user. More... | |
An exception that is raised if a request for an unknown user was issued.
| Joutsen.Authentication.UserNotFound.UserNotFound | ( | long | userId | ) |
Creates a new instance for an id that did not belong to any known user.
| Joutsen.Authentication.UserNotFound.UserNotFound | ( | string | username | ) |
|
get |
The identifier that was used to search for the user.
1.8.13