ProxySocketException Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
ProxySocketException(String, ProxySocketExceptionStatus)
Initializes a new instance of the Proxy
Declaration
public ProxySocketException(string message, ProxySocketExceptionStatus status)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Proxy |
status | One of the Proxy |
ProxySocketException(String, ProxySocketExceptionStatus, Exception)
Initializes a new instance of the Proxy
Declaration
public ProxySocketException(string message, ProxySocketExceptionStatus status, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Proxy |
status | One of the Proxy |
Exception | innerException | The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception. |
ProxySocketException(SocketException)
Initializes a new instance of the Proxy
Declaration
public ProxySocketException(SocketException e)
Parameters
Type | Name | Description |
---|---|---|
Socket |
e | The socket exception that is the cause of the current exception. |