Exception message.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic 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