메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetObjectData ( |
||
UserNotFoundException ( |
Initializes a new instance of the UserNotFoundException class.
|
public UserNotFoundException ( string message ) : System | ||
message | string | Error message |
리턴 | System |
public UserNotFoundException ( string message, |
||
message | string | Error message |
inner | Nested exception | |
리턴 | System |
public UserNotFoundException ( string message, int userId, ICollection |
||
message | string | |
userId | int | |
errors | ICollection |
|
리턴 | System |
public UserNotFoundException ( string message, string nameIdentifier, ICollection |
||
message | string | Error message |
nameIdentifier | string | Name identifier |
errors | ICollection |
Error collection |
리턴 | System |