Skip to content

QueueCacheMissException.QueueCacheMissException(string, string, string)

QueueCacheMissException(string, string, string)

View source
public QueueCacheMissException(string requested, string low, string high)
Initializes a new instance of the QueueCacheMissException class.

Parameters

requestedstring
The requested sequence token.
lowstring
The earliest available sequence token.
highstring
The latest available sequence token.