ServerException Constructor
|
Initialize ServerException.
Namespace:
TradingAPI.MT4Server
Assembly:
MT4ServerAPI (in MT4ServerAPI.dll) Version: 4.0.1170.31 (4.0.1170.31)
Syntaxpublic ServerException(
int code
)
Public Sub New (
code As Integer
)
public:
ServerException(
int code
)
new :
code : int -> ServerException
Parameters
- code
- Type: SystemInt32
Exception code.
See Also