SessionLockLostException Konstruktoren

Definition

Überlädt

SessionLockLostException(String)

Initialisiert eine neue instance der SessionLockLostException-Klasse mit einer angegebenen Fehlermeldung.

SessionLockLostException(String, Exception)

Initialisiert eine neue instance der SessionLockLostException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

SessionLockLostException(String)

Initialisiert eine neue instance der SessionLockLostException-Klasse mit einer angegebenen Fehlermeldung.

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

Parameter

message
String

Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

Gilt für:

SessionLockLostException(String, Exception)

Initialisiert eine neue instance der SessionLockLostException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

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

Parameter

message
String

Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist.

Gilt für: