Table of Contents

Constructor ServerException

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

ServerException(Msg)

Create the exception for a return code.

public ServerException(Msg code)

Parameters

code Msg

Remarks

MT5 equivalent

  • ServerException.ServerException(Msg code) — full
  • ServerException.ServerException(Msg code, string msg) — full

ServerException(Msg, string)

Create the exception for a return code with a message.

public ServerException(Msg code, string msg)

Parameters

code Msg
msg string

Remarks

MT5 equivalent

  • ServerException.ServerException(Msg code) — full
  • ServerException.ServerException(Msg code, string msg) — full