Main construcor
Namespace:
mtapi.be.MT4ManagerNet
Assembly:
MT4ManagerNet (in MT4ManagerNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ApiException(
Ret code
)
Public Sub New (
code As Ret
)
public:
ApiException(
Ret code
)
new :
code : Ret -> ApiException
Parameters
- code
- Type: mtapi.be.MT4ManagerNetRet
Exception code
See Also