Метод | Описание | |
---|---|---|
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 ( ) : System | ||
Результат | System |
public InvalidResponseException ( string message ) : System | ||
message | string | The message. |
Результат | System |
public InvalidResponseException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
Результат | System |
public InvalidResponseException ( string message, HttpStatusCode status ) : System | ||
message | string | The message. |
status | HttpStatusCode | |
Результат | System |