C# 클래스 IBApi.Error

파일 보기 프로젝트 열기: bhamer/tws-api-tap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorCode int?
ErrorMessage string
Exception System.Exception
RequestId int?

공개 메소드들

메소드 설명
Error ( int requestId, CodeMsgPair error, string tail ) : System
Error ( int requestId, int errorCode, string errorMessage ) : System
Error ( int errorCode, string errorMessage ) : System
Error ( string errorMessage, Exception exception ) : System

메소드 상세

Error() 공개 메소드

public Error ( int requestId, CodeMsgPair error, string tail ) : System
requestId int
error CodeMsgPair
tail string
리턴 System

Error() 공개 메소드

public Error ( int requestId, int errorCode, string errorMessage ) : System
requestId int
errorCode int
errorMessage string
리턴 System

Error() 공개 메소드

public Error ( int errorCode, string errorMessage ) : System
errorCode int
errorMessage string
리턴 System

Error() 공개 메소드

public Error ( string errorMessage, Exception exception ) : System
errorMessage string
exception System.Exception
리턴 System

프로퍼티 상세

ErrorCode 공개적으로 프로퍼티

public int? ErrorCode
리턴 int?

ErrorMessage 공개적으로 프로퍼티

public string ErrorMessage
리턴 string

Exception 공개적으로 프로퍼티

public Exception,System Exception
리턴 System.Exception

RequestId 공개적으로 프로퍼티

public int? RequestId
리턴 int?