QueueCacheMissException(string, string, string)
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.
