Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtpStatusResponseException Class / StatusResponse Property


In This Topic
    StatusResponse Property
    In This Topic
    Gets the StatusResponsePayload object that triggered the exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property StatusResponse As StatusResponsePayload
    'Usage
     
    Dim instance As SFtpStatusResponseException
    Dim value As StatusResponsePayload
     
    value = instance.StatusResponse
    public StatusResponsePayload StatusResponse {get;}

    Property Value

    A StatusResponsePayload object. Cannot be a null reference (Nothing in Visual Basic).
    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