ProxyException(Int32) Constructor
|
Initializes a new instance of the ProxyException class.
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public ProxyException(
int socks5Error
)
Public Sub New (
socks5Error As Integer
)
public:
ProxyException(
int socks5Error
)
new :
socks5Error : int -> ProxyException
Parameters
- socks5Error Int32
- The error number returned by a SOCKS5 server.
See Also