'Declaration Public Function New( _ ByVal message As String, _ ByVal actualPacketID As Byte _ )
'Usage Dim message As String Dim actualPacketID As Byte Dim instance As New UnknownPacketIDException(message, actualPacketID)
public UnknownPacketIDException( string message, byte actualPacketID )
Parameters
- message
- A string representing the exception's message.
- actualPacketID
- A byte representing the actual packet ID.