C# 클래스 Aliyun.Acs.Core.Exceptions.ClientException

상속: System.Exception
파일 보기 프로젝트 열기: aliyun/aliyun-openapi-net-sdk 1 사용 예제들

공개 메소드들

메소드 설명
ClientException ( String message ) : System
ClientException ( String errCode, String errMsg ) : System
ClientException ( String errCode, String errMsg, string requestId ) : System

메소드 상세

ClientException() 공개 메소드

public ClientException ( String message ) : System
message String
리턴 System

ClientException() 공개 메소드

public ClientException ( String errCode, String errMsg ) : System
errCode String
errMsg String
리턴 System

ClientException() 공개 메소드

public ClientException ( String errCode, String errMsg, string requestId ) : System
errCode String
errMsg String
requestId string
리턴 System