Click or drag to resize

ConnectException Constructor

Initialize ConnectException.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public ConnectException(
	string message
)

Parameters

message
Type: SystemString
Exception message.
See Also