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