Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / HttpReplyException Class / HttpReplyException Constructor / HttpReplyException Constructor(HttpReply,String)
The HttpReply received from a HTTP proxy.
A message that describes the error.


In This Topic
    HttpReplyException Constructor(HttpReply,String)
    In This Topic
    Initializes a new instance of the HttpReplyException class with a specified HttpReply and error message.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reply As HttpReply, _
       ByVal message As String _
    )
    'Usage
     
    Dim reply As HttpReply
    Dim message As String
     
    Dim instance As New HttpReplyException(reply, message)
    public HttpReplyException( 
       HttpReply reply,
       string message
    )

    Parameters

    reply
    The HttpReply received from a HTTP proxy.
    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