Method | Description | |
---|---|---|
UserNotFoundException ( ) : System |
Initializes a new instance of the UserNotFoundException class.
|
|
UserNotFoundException ( string message ) : System |
Initializes a new instance of the UserNotFoundException class.
|
|
UserNotFoundException ( string message, |
Initializes a new instance of the UserNotFoundException class.
|
|
UserNotFoundException ( string message, int userId, ICollection |
||
UserNotFoundException ( string message, string nameIdentifier, ICollection |
Initializes a new instance of the UserNotFoundException class.
|
Method | Description | |
---|---|---|
GetObjectData ( |
||
UserNotFoundException ( |
Initializes a new instance of the UserNotFoundException class.
|
public UserNotFoundException ( string message ) : System | ||
message | string | Error message |
return | System |
public UserNotFoundException ( string message, |
||
message | string | Error message |
inner | Nested exception | |
return | System |
public UserNotFoundException ( string message, int userId, ICollection |
||
message | string | |
userId | int | |
errors | ICollection |
|
return | System |
public UserNotFoundException ( string message, string nameIdentifier, ICollection |
||
message | string | Error message |
nameIdentifier | string | Name identifier |
errors | ICollection |
Error collection |
return | System |