TimeoutException Constructor
|
Initialize TradeTimeoutException.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntaxpublic TimeoutException(
string message
)
Public Sub New (
message As String
)
public:
TimeoutException(
String^ message
)
new :
message : string -> TimeoutException
Parameters
- message
- Type: SystemString
Exception message.
See Also