Share via


SessionLockLostException Konstruktoren

Definition

Überlädt

SessionLockLostException(String)
SessionLockLostException(String, Exception)

SessionLockLostException(String)

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

Parameter

message
String

Gilt für:

SessionLockLostException(String, Exception)

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

Parameter

message
String
innerException
Exception

Gilt für: