Initializes a new instance of the ProxyException class.

Namespace: Jscape.Util.Proxy
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public ProxyException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
ProxyException(
	String^ message
)

Parameters

message
Type: System..::..String
The message that describes the error.

See Also