Table of Contents

Constructor ConnectException

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

ConnectException()

Create with the default message.

public ConnectException()

Remarks

MT5 equivalent

  • ConnectException.ConnectException() — full
  • ConnectException.ConnectException(string message) — full
  • ConnectionException.ConnectionException(string message) — full

ConnectException(string)

Create with a message.

public ConnectException(string message)

Parameters

message string

Remarks

MT5 equivalent

  • ConnectException.ConnectException() — full
  • ConnectException.ConnectException(string message) — full
  • ConnectionException.ConnectionException(string message) — full

ConnectException(string, Exception)

Create with a message and the underlying failure.

public ConnectException(string message, Exception inner)

Parameters

message string
inner Exception

Remarks

MT5 equivalent

  • ConnectException.ConnectException() — full
  • ConnectException.ConnectException(string message) — full
  • ConnectionException.ConnectionException(string message) — full