Share via


MessageLockLostException Constructors

Definition

Overloads

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)

Parameters

message
String

Applies to

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)

Parameters

message
String
innerException
Exception

Applies to