메소드 | 설명 | |
---|---|---|
ClientException ( String message ) : System | ||
ClientException ( String errCode, String errMsg ) : System | ||
ClientException ( String errCode, String errMsg, string requestId ) : System |
public ClientException ( String message ) : System | ||
message | String | |
리턴 | System |
public ClientException ( String errCode, String errMsg ) : System | ||
errCode | String | |
errMsg | String | |
리턴 | System |
public ClientException ( String errCode, String errMsg, string requestId ) : System | ||
errCode | String | |
errMsg | String | |
requestId | string | |
리턴 | System |