PartitionNotOwnedException Konstruktoren

Definition

Überlädt

PartitionNotOwnedException(String)

Initialisiert eine neue Instanz der PartitionNotOwnedException-Klasse mit einer angegebenen Fehlermeldung.

PartitionNotOwnedException(String, Exception)

Initialisiert eine neue Instanz der PartitionNotOwnedException-Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme.

PartitionNotOwnedException(String)

Initialisiert eine neue Instanz der PartitionNotOwnedException-Klasse mit einer angegebenen Fehlermeldung.

public PartitionNotOwnedException (string message);
new Microsoft.ServiceBus.Messaging.PartitionNotOwnedException : string -> Microsoft.ServiceBus.Messaging.PartitionNotOwnedException
Public Sub New (message As String)

Parameter

message
String

Die Fehlermeldung, die die Ursache der Ausnahme beschreibt.

Gilt für:

PartitionNotOwnedException(String, Exception)

Initialisiert eine neue Instanz der PartitionNotOwnedException-Klasse mit der angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme.

public PartitionNotOwnedException (string message, Exception innerException);
new Microsoft.ServiceBus.Messaging.PartitionNotOwnedException : string * Exception -> Microsoft.ServiceBus.Messaging.PartitionNotOwnedException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Fehlermeldung, die die Ursache der Ausnahme beschreibt.

innerException
Exception

Die interne Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: