C# 클래스 EVE.Net.APIError

파일 보기 프로젝트 열기: ISeeDEDPpl/Questor

공개 프로퍼티들

프로퍼티 타입 설명
errorCode int
errorMsg string

공개 메소드들

메소드 설명
APIError ( int code, string msg ) : System

메소드 상세

APIError() 공개 메소드

public APIError ( int code, string msg ) : System
code int
msg string
리턴 System

프로퍼티 상세

errorCode 공개적으로 프로퍼티

public int errorCode
리턴 int

errorMsg 공개적으로 프로퍼티

public string errorMsg
리턴 string