Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpReplyException Class / FtpReplyException Constructor / FtpReplyException Constructor(FtpReply)
The FtpReply received from the FTP server.


In This Topic
    FtpReplyException Constructor(FtpReply)
    In This Topic
    Initializes a new instance of the FtpReplyException class with a specified FtpReply.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reply As FtpReply _
    )
    'Usage
     
    Dim reply As FtpReply
     
    Dim instance As New FtpReplyException(reply)
    public FtpReplyException( 
       FtpReply reply
    )

    Parameters

    reply
    The FtpReply received from the FTP server.
    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