Initializes a new instance of the FtpException class with the specified FtpResponse.

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

Syntax

Visual Basic
Public Sub New ( _
	response As FtpResponse _
)
C#
public FtpException(
	FtpResponse response
)

Parameters

response
Type: Rebex.Net..::..FtpResponse
The FtpResponse.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also