Partager via


SessionLockLostException Constructeurs

Définition

Surcharges

SessionLockLostException(String)
SessionLockLostException(String, Exception)

SessionLockLostException(String)

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

Paramètres

message
String

S’applique à

SessionLockLostException(String, Exception)

Source:
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)

Paramètres

message
String
innerException
Exception

S’applique à