Table of Contents

Class UnorderedPacketException

Namespace
Coherence.Tend.Client
Assembly
Coherence.Tend.dll
public class UnorderedPacketException : Exception
Inheritance
UnorderedPacketException

Constructors

UnorderedPacketException()

public UnorderedPacketException()

UnorderedPacketException(string, SequenceId, SequenceId)

public UnorderedPacketException(string message, SequenceId last, SequenceId received)

Parameters

message string
last SequenceId
received SequenceId

UnorderedPacketException(string, Exception)

public UnorderedPacketException(string message, Exception inner)

Parameters

message string
inner Exception