Class ServerException
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
A server-side failure carrying an MT5 return code (MT5 ServerException).
public class ServerException : Exception, ISerializable
- Inheritance
-
ServerException
- Implements
- Inherited Members
Constructors
- ServerException(Msg)
Create the exception for a return code.
- ServerException(Msg, string)
Create the exception for a return code with a message.
Properties
- Code
MT5 return code.
- Result
ViiSync extra: the typed result that carried the failure, when there was one.