Method | Description | |
---|---|---|
UserNotFoundException ( |
Construct instance of UserNotFoundException
|
|
UserNotFoundException ( string message ) : System |
Constructs a new UserNotFoundException with the specified error message.
|
|
UserNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of UserNotFoundException
|
|
UserNotFoundException ( string message, |
Construct instance of UserNotFoundException
|
|
UserNotFoundException ( string message, |
Construct instance of UserNotFoundException
|
Method | Description | |
---|---|---|
UserNotFoundException ( System info, System context ) : System |
Constructs a new instance of the UserNotFoundException class with serialized data.
|
public UserNotFoundException ( |
||
innerException | ||
return | System |
protected UserNotFoundException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
return | System |
public UserNotFoundException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
return | System |
public UserNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |
public UserNotFoundException ( string message, |
||
message | string | |
innerException | ||
return | System |
public UserNotFoundException ( string message, |
||
message | string | |
innerException | ||
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
return | System |