Xceed .NET Libraries Documentation
FtpReplyException Constructor(FtpReply,String)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpReplyException Class > FtpReplyException Constructor : FtpReplyException Constructor(FtpReply,String)
The FtpReply received from the FTP server.
A message that describes the error.
Initializes a new instance of the FtpReplyException class with a specified FtpReply and error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal reply As FtpReply, _
   ByVal message As String _
)
'Usage
 
Dim reply As FtpReply
Dim message As String
 
Dim instance As New FtpReplyException(reply, message)
public FtpReplyException( 
   FtpReply reply,
   string message
)

Parameters

reply
The FtpReply received from the FTP server.
message
A message that describes the error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpReplyException Class
FtpReplyException Members
Overload List