Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / UnknownPacketIDException Class / UnknownPacketIDException Constructor / UnknownPacketIDException Constructor(Byte)
A byte representing the actual packet ID.


In This Topic
    UnknownPacketIDException Constructor(Byte)
    In This Topic
    Initializes a new instance of the UnknownPacketIDException
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal actualPacketID As Byte _
    )
    'Usage
     
    Dim actualPacketID As Byte
     
    Dim instance As New UnknownPacketIDException(actualPacketID)
    public UnknownPacketIDException( 
       byte actualPacketID
    )

    Parameters

    actualPacketID
    A byte representing the actual packet ID.
    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