Initializes a new instance of the ProxyException class.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.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.

See Also