Freigeben über


PartitionNotFoundException Konstruktoren

Definition

Überlädt

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.

PartitionNotFoundException(SerializationInfo, StreamingContext)

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

protected PartitionNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Das SerializationInfo-Objekt, das serialisierte Objektdaten für die ausgelöste Ausnahme enthält.

context
StreamingContext

Der StreamingContext, der Kontextinformationen zur Quelle bzw. zum Ziel enthält.

Gilt für:

PartitionNotFoundException(String, String)

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

public PartitionNotFoundException (string message, string lastContinuation);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException : string * string -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException
Public Sub New (message As String, lastContinuation As String)

Parameter

message
String

Die Ausnahmefehlermeldung.

lastContinuation
String

Anforderungsfortsetzungstoken.

Gilt für:

PartitionNotFoundException(String, String, Exception)

Initialisiert eine neue instance der -Klasse mithilfe einer PartitionNotFoundException Fehlermeldung und einer inneren Ausnahme.

public PartitionNotFoundException (string message, string lastContinuation, Exception innerException);
new Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException : string * string * Exception -> Microsoft.Azure.Documents.ChangeFeedProcessor.Exceptions.PartitionNotFoundException
Public Sub New (message As String, lastContinuation As String, innerException As Exception)

Parameter

message
String

Die Ausnahmefehlermeldung.

lastContinuation
String

Das letzte bekannte Fortsetzungstoken

innerException
Exception

Die innere Ausnahme.

Gilt für: