|
| System.Net.FtpClient |
| FtpCommandException Constructor (FtpReply) |
| FtpCommandException Class See Also Send Feedback |
|
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