AuthenticationService  v0.2.0
Public Member Functions | Properties | List of all members
Joutsen.Authentication.UserNotFound Class Reference

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...
 

Detailed Description

An exception that is raised if a request for an unknown user was issued.

Since
0.1.0

Constructor & Destructor Documentation

◆ UserNotFound() [1/2]

Joutsen.Authentication.UserNotFound.UserNotFound ( long  userId)

Creates a new instance for an id that did not belong to any known user.

◆ UserNotFound() [2/2]

Joutsen.Authentication.UserNotFound.UserNotFound ( string  username)

Property Documentation

◆ UserId

long Joutsen.Authentication.UserNotFound.UserId
get

The identifier that was used to search for the user.