Loggererror(Exception) Method
|
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public void error(
Exception ex
)
Public Sub error (
ex As Exception
)
public:
void error(
Exception^ ex
)
member error :
ex : Exception -> unit
Parameters
- ex Exception
-
See Also