Initializes a new instance of the ProxySocketException class with the specified error message and status.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ message As String, _ status As ProxySocketExceptionStatus _ ) |
C# |
---|
public ProxySocketException( string message, ProxySocketExceptionStatus status ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.
- status
- Type: Rebex.Net..::..ProxySocketExceptionStatus
One of the ProxySocketExceptionStatus values.