ProxyException Constructor (String)
Initializes a new instance of the ProxyException class.
[Visual Basic]
Overloads Public Sub New( _
ByVal
message As
String _
)
[C#]
public ProxyException(
string message);
Parameters
-
message
- The message that describes the error.
See Also
ProxyException Class | Org.Mentalis.Network.ProxySocket Namespace | ProxyException Constructor Overload List