ReadSessionNotAvailableException Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ausnahme ist aufgetreten, wenn alle Wiederholungsversuche für StatusCode.NotFound/SubStatusCode.ReadSessionNotAvaialable beendet sind.
[System.Serializable]
public class ReadSessionNotAvailableException : Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionException
[<System.Serializable>]
type ReadSessionNotAvailableException = class
inherit PartitionException
Public Class ReadSessionNotAvailableException
Inherits PartitionException
- Vererbung
- Attribute
Konstruktoren
ReadSessionNotAvailableException(SerializationInfo, StreamingContext) |
Initialisiert eine neue Instanz der ReadSessionNotAvailableException-Klasse unter Verwendung von Standardwerten. |
ReadSessionNotAvailableException(String, String) |
Initialisiert eine neue instance der -Klasse mithilfe der Fehlermeldung und des ReadSessionNotAvailableException letzten Fortsetzungstokens. |
ReadSessionNotAvailableException(String, String, Exception) |
Initialisiert eine neue instance der ReadSessionNotAvailableException -Klasse mithilfe einer Fehlermeldung und einer inneren Ausnahme. |
Eigenschaften
LastContinuation |
Ruft den Wert des Anforderungsfortsetzungstokens ab. (Geerbt von PartitionException) |
Methoden
GetObjectData(SerializationInfo, StreamingContext) |
Legt das System.Runtime.Serialization.SerializationInfo-Objekt mit Informationen zur Ausnahme fest. (Geerbt von PartitionException) |
Gilt für:
Azure SDK for .NET