Partager via


PartitionNotFoundException Constructeurs

Définition

Surcharges

PartitionNotFoundException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe PartitionNotFoundException à l'aide de valeurs par défaut.

PartitionNotFoundException(String, String)

Initialise une nouvelle instance de la classe à l’aide PartitionNotFoundException du message d’erreur et du dernier jeton de continuation.

PartitionNotFoundException(String, String, Exception)

Initialise une nouvelle instance de la classe à l’aide PartitionNotFoundException d’un message d’erreur et d’une exception interne.

PartitionNotFoundException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe PartitionNotFoundException à l'aide de valeurs par défaut.

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)

Paramètres

info
SerializationInfo

Objet SerializationInfo qui contient des données d’objet sérialisées pour l’exception levée.

context
StreamingContext

StreamingContext qui contient les informations contextuelles relatives à la source ou à la destination.

S’applique à

PartitionNotFoundException(String, String)

Initialise une nouvelle instance de la classe à l’aide PartitionNotFoundException du message d’erreur et du dernier jeton de continuation.

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)

Paramètres

message
String

Message d’erreur d’exception.

lastContinuation
String

Demander un jeton de continuation.

S’applique à

PartitionNotFoundException(String, String, Exception)

Initialise une nouvelle instance de la classe à l’aide PartitionNotFoundException d’un message d’erreur et d’une exception interne.

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)

Paramètres

message
String

Message d’erreur d’exception.

lastContinuation
String

Dernier jeton de continuation connu

innerException
Exception

Exception interne.

S’applique à