Partager via


MessageLockLostException Constructeurs

Définition

Surcharges

MessageLockLostException(String)
MessageLockLostException(String, Exception)

MessageLockLostException(String)

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

Paramètres

message
String

S’applique à

MessageLockLostException(String, Exception)

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

Paramètres

message
String
innerException
Exception

S’applique à