FtpCommandException Constructor (FtpReply)

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Initalizes a new instance of a FtpResponseException

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public FtpCommandException(
	FtpReply reply
)
Visual Basic
Public Sub New ( 
	reply As FtpReply
)
Visual C++
public:
FtpCommandException(
	FtpReply reply
)

Parameters

reply
Type: System.Net.FtpClient..::..FtpReply
The FtpReply to build the exception from

See Also