C# Class MQL4CSharp.Base.Exceptions.MQLExceptions

Inheritance: System.Exception
Afficher le fichier Open project: jseparovic/MQL4CSharp

Méthodes publiques

Méthode Description
MQLExceptions ( string message ) : System
convertRESTException ( string message ) : String
throwMQLException ( int error, String functionCall ) : void

Method Details

MQLExceptions() public méthode

public MQLExceptions ( string message ) : System
message string
Résultat System

convertRESTException() public static méthode

public static convertRESTException ( string message ) : String
message string
Résultat String

throwMQLException() public static méthode

public static throwMQLException ( int error, String functionCall ) : void
error int
functionCall String
Résultat void