Exception message.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax public void exception(
Exception ex
)
Public Sub exception (
ex As Exception
)
public:
void exception(
Exception^ ex
)
member exception :
ex : Exception -> unit
Parameters
- ex
- Type: SystemException
Exception
See Also