C# 클래스 gdapi.ApiException

Represents an exception returned from the API
상속: System.ApplicationException
파일 보기 프로젝트 열기: godaddy/gdapi-csharp

공개 메소드들

메소드 설명
ApiException ( string message, string code, string detail ) : System
getCode ( ) : string
getDetail ( ) : string
getMessage ( ) : string

메소드 상세

ApiException() 공개 메소드

public ApiException ( string message, string code, string detail ) : System
message string
code string
detail string
리턴 System

getCode() 공개 메소드

public getCode ( ) : string
리턴 string

getDetail() 공개 메소드

public getDetail ( ) : string
리턴 string

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string