Constructor ConnectException
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
ConnectException()
Create with the default message.
public ConnectException()
Remarks
MT5 equivalent
ConnectException.ConnectException()— fullConnectException.ConnectException(string message)— fullConnectionException.ConnectionException(string message)— full
ConnectException(string)
Create with a message.
public ConnectException(string message)
Parameters
messagestring
Remarks
MT5 equivalent
ConnectException.ConnectException()— fullConnectException.ConnectException(string message)— fullConnectionException.ConnectionException(string message)— full
ConnectException(string, Exception)
Create with a message and the underlying failure.
public ConnectException(string message, Exception inner)
Parameters
Remarks
MT5 equivalent
ConnectException.ConnectException()— fullConnectException.ConnectException(string message)— fullConnectionException.ConnectionException(string message)— full