Constructor ServerException
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
ServerException(Msg)
Create the exception for a return code.
public ServerException(Msg code)
Parameters
codeMsg
Remarks
MT5 equivalent
ServerException.ServerException(Msg code)— fullServerException.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
Remarks
MT5 equivalent
ServerException.ServerException(Msg code)— fullServerException.ServerException(Msg code, string msg)— full