Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET