메소드 | 설명 | |
---|---|---|
BadRequest ( string message ) : |
Create Client Exception of Bad Request.
|
|
ClientException ( ) : System |
Initializes a new instance of the ClientException class.
|
|
ClientException ( Microsoft.ProjectOxford.Text.WebLM.ClientError error, HttpStatusCode httpStatus ) : System |
Initializes a new instance of the ClientException class.
|
|
ClientException ( string message ) : System |
Initializes a new instance of the ClientException class.
|
|
ClientException ( string message, |
Initializes a new instance of the ClientException class.
|
|
ClientException ( string message, HttpStatusCode httpStatus ) : System |
Initializes a new instance of the ClientException class.
|
|
ClientException ( string message, string errorCode, HttpStatusCode httpStatus, |
Initializes a new instance of the ClientException class.
|
public static BadRequest ( string message ) : |
||
message | string | The corresponding error message. |
리턴 |
public ClientException ( Microsoft.ProjectOxford.Text.WebLM.ClientError error, HttpStatusCode httpStatus ) : System | ||
error | Microsoft.ProjectOxford.Text.WebLM.ClientError | The error entity. |
httpStatus | HttpStatusCode | The http status. |
리턴 | System |
public ClientException ( string message ) : System | ||
message | string | The corresponding error message. |
리턴 | System |
public ClientException ( string message, |
||
message | string | The corresponding error message. |
innerException | The inner exception. | |
리턴 | System |
public ClientException ( string message, HttpStatusCode httpStatus ) : System | ||
message | string | The corresponding error message. |
httpStatus | HttpStatusCode | The Http Status code. |
리턴 | System |
public ClientException ( string message, string errorCode, HttpStatusCode httpStatus, |
||
message | string | The corresponding error message. |
errorCode | string | The error code. |
httpStatus | HttpStatusCode | The http status. |
innerException | The inner exception. | |
리턴 | System |