Method | Description | |
---|---|---|
GetObjectData ( |
||
HttpOutcomeException ( ) : System |
Initializes a new instance of the HttpOutcomeException class.
|
|
HttpOutcomeException ( |
Initializes a new instance of the HttpOutcomeException class.
|
|
HttpOutcomeException ( |
Initializes a new instance of the HttpOutcomeException class.
|
|
HttpOutcomeException ( |
Initializes a new instance of the HttpOutcomeException class.
|
|
HttpOutcomeException ( string message ) : System |
Initializes a new instance of the HttpOutcomeException class.
|
|
HttpOutcomeException ( string message, |
Initializes a new instance of the HttpOutcomeException class.
|
Method | Description | |
---|---|---|
HttpOutcomeException ( |
Initializes a new instance of the HttpOutcomeException class.
|
Method | Description | |
---|---|---|
GenerateFailureMessage ( |
Generates the failure message.
|
|
GenerateIncorrectLocationMessage ( |
Generates the incorrect location message.
|
|
GenerateIncorrectStatusMessage ( |
Generates the incorrect status message.
|
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public HttpOutcomeException ( |
||
result | The result. | |
inner | The inner. | |
return | System |
public HttpOutcomeException ( |
||
result | /// The result. /// | |
expectedStatusCode | HttpStatusCode | /// The expected status code. /// |
return | System |
public HttpOutcomeException ( |
||
result | /// The result. /// | |
targetLocation | /// The target location. /// | |
return | System |
protected HttpOutcomeException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public HttpOutcomeException ( string message ) : System | ||
message | string | /// The message that describes the error. /// |
return | System |
public HttpOutcomeException ( string message, |
||
message | string | /// The message. /// |
inner | /// The inner. /// | |
return | System |