Initializes a new instance of the ProxyException class.
Namespace: Jscape.Util.ProxyAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public ProxyException( int socks5Error ) |
Visual Basic |
---|
Public Sub New ( _ socks5Error As Integer _ ) |
Visual C++ |
---|
public: ProxyException( int socks5Error ) |
Parameters
- socks5Error
- Type: System..::..Int32
The error number returned by a SOCKS5 server.