C# 클래스 COSXML.CosException.CosClientException

상속: System.ApplicationException
파일 보기 프로젝트 열기: tencentyun/qcloud-sdk-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
errorCode int

공개 메소드들

메소드 설명
CosClientException ( int errorCode, string message ) : System
CosClientException ( int errorCode, string message, Exception cause ) : System

메소드 상세

CosClientException() 공개 메소드

public CosClientException ( int errorCode, string message ) : System
errorCode int
message string
리턴 System

CosClientException() 공개 메소드

public CosClientException ( int errorCode, string message, Exception cause ) : System
errorCode int
message string
cause Exception
리턴 System

프로퍼티 상세

errorCode 공개적으로 프로퍼티

错误码
public int errorCode
리턴 int