ServerException Constructor
|
Initialize ServerException.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public ServerException(
Msg code
)
Public Sub New (
code As Msg
)
public:
ServerException(
Msg code
)
new :
code : Msg -> ServerException
Parameters
- code Msg
- Exception code.
See Also