ProxyException Constructor (Int32)
Initializes a new instance of the ProxyException class.
[Visual Basic]
Overloads Public Sub New( _
ByVal
socks5Error As
Integer _
)
[C#]
public ProxyException(
int socks5Error);
Parameters
-
socks5Error
- The error number returned by a SOCKS5 server.
See Also
ProxyException Class | Org.Mentalis.Network.ProxySocket Namespace | ProxyException Constructor Overload List