Click or drag to resize

ProxyException(Int32) Constructor

Initializes a new instance of the ProxyException class.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public ProxyException(
	int socks5Error
)

Parameters

socks5Error  Int32
The error number returned by a SOCKS5 server.
See Also