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 | ProxyException Members | Org.Mentalis.Network.ProxySocket Namespace | ProxyException Constructor Overload List