Click or drag to resize

ProxyException Class

The exception that is thrown when a proxy error occurs.
Inheritance Hierarchy
SystemObject
  SystemException
    mtapi.mt5ProxyException

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
[SerializableAttribute]
public class ProxyException : Exception

The ProxyException type exposes the following members.

Constructors
 NameDescription
Public methodProxyException Initializes a new instance of the ProxyException class.
Public methodProxyException(Int32) Initializes a new instance of the ProxyException class.
Public methodProxyException(String) Initializes a new instance of the ProxyException class.
Top
Methods
 NameDescription
Public methodStatic memberSocks5ToString Converts a SOCKS5 error number to a human readable string.
Top
See Also