Method | Description | |
---|---|---|
InvalidResponseException ( ) : System |
Initializes a new instance of the InvalidResponseException class.
|
|
InvalidResponseException ( string message ) : System |
Initializes a new instance of the InvalidResponseException class.
|
|
InvalidResponseException ( string message, |
Initializes a new instance of the InvalidResponseException class.
|
|
InvalidResponseException ( string message, HttpStatusCode status ) : System |
Initializes a new instance of the InvalidResponseException class.
|
public InvalidResponseException ( string message ) : System | ||
message | string | The message. |
return | System |
public InvalidResponseException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |
public InvalidResponseException ( string message, HttpStatusCode status ) : System | ||
message | string | The message. |
status | HttpStatusCode | |
return | System |