Initializes a new instance of the ProxySocketException class with the reference to the socket exception that is the cause of this exception.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	e As SocketException _
)
C#
public ProxySocketException(
	SocketException e
)

Parameters

e
Type: System.Net.Sockets..::..SocketException
The socket exception that is the cause of the current exception.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also