Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions Namespace

Classes

LeaseLostException

Exception occurred when lease is lost, that would typically happen when it is taken by another host. Other cases: communication failure, number of retries reached, lease not found.

ObserverException

Exception occurred when an operation in an IChangeFeedObserver is running and throws by user code

PartitionException

General exception occurred during partition processing.

PartitionNotFoundException

Exception occurred when partition wasn't found.

PartitionSplitException

Exception occurred during partition split.

ReadSessionNotAvailableException

Exception occurred when all retries on StatusCode.NotFound/SubStatusCode.ReadSessionNotAvaialable are over.