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