ProxySocketException Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
The exception that is thrown when a proxy error or socket error occurs.
Syntax
public class ProxySocketException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Proxy |
Initializes a new instance of the Proxy |
Proxy |
Initializes a new instance of the Proxy |
Proxy |
Initializes a new instance of the Proxy |
Properties
Name | Description |
---|---|
Error |
Gets the error code associated with this exception if the error status is Socket |
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Status | Gets the status of the error. |
Methods
Name | Description |
---|---|
Get |
Returns an exception message for the supplied SocketException. |