Class UnorderedPacketException
public class UnorderedPacketException : Exception
- Inheritance
-
UnorderedPacketException
Constructors
UnorderedPacketException()
public UnorderedPacketException()
UnorderedPacketException(string, SequenceId, SequenceId)
public UnorderedPacketException(string message, SequenceId last, SequenceId received)
Parameters
message
stringlast
SequenceIdreceived
SequenceId
UnorderedPacketException(string, Exception)
public UnorderedPacketException(string message, Exception inner)