Freigeben über


PartitionNotFoundException Klasse

Definition

Eine Ausnahme ist aufgetreten, wenn die Partition nicht gefunden wurde.

[System.Serializable]
public class PartitionNotFoundException : Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionException
[<System.Serializable>]
type PartitionNotFoundException = class
    inherit PartitionException
Public Class PartitionNotFoundException
Inherits PartitionException
Vererbung
PartitionNotFoundException
Attribute

Konstruktoren

PartitionNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der PartitionNotFoundException-Klasse unter Verwendung von Standardwerten.

PartitionNotFoundException(String, String)

Initialisiert eine neue instance der -Klasse mithilfe der Fehlermeldung und des PartitionNotFoundException letzten Fortsetzungstokens.

PartitionNotFoundException(String, String, Exception)

Initialisiert eine neue instance der -Klasse mithilfe einer PartitionNotFoundException 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: