Share via


ReadSessionNotAvailableException Class

Definition

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

[System.Serializable]
public class ReadSessionNotAvailableException : Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionException
[<System.Serializable>]
type ReadSessionNotAvailableException = class
    inherit PartitionException
Public Class ReadSessionNotAvailableException
Inherits PartitionException
Inheritance
ReadSessionNotAvailableException
Attributes

Constructors

ReadSessionNotAvailableException(SerializationInfo, StreamingContext)

Initializes a new instance of the ReadSessionNotAvailableException class using default values.

ReadSessionNotAvailableException(String, String)

Initializes a new instance of the ReadSessionNotAvailableException class using error message and last continuation token.

ReadSessionNotAvailableException(String, String, Exception)

Initializes a new instance of the ReadSessionNotAvailableException class using error message and inner exception.

Properties

LastContinuation

Gets the value of request continuation token.

(Inherited from PartitionException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

(Inherited from PartitionException)

Applies to