C# 클래스 MQL4CSharp.Base.Exceptions.MQLExceptions

상속: System.Exception
파일 보기 프로젝트 열기: jseparovic/MQL4CSharp

공개 메소드들

메소드 설명
MQLExceptions ( string message ) : System
convertRESTException ( string message ) : String
throwMQLException ( int error, String functionCall ) : void

메소드 상세

MQLExceptions() 공개 메소드

public MQLExceptions ( string message ) : System
message string
리턴 System

convertRESTException() 공개 정적인 메소드

public static convertRESTException ( string message ) : String
message string
리턴 String

throwMQLException() 공개 정적인 메소드

public static throwMQLException ( int error, String functionCall ) : void
error int
functionCall String
리턴 void