Share via


MessageLockLostException Class

Definition

The exception that is thrown when the lock on the message is lost. Callers should call Receive and process the message again.

public sealed class MessageLockLostException : Microsoft.Azure.ServiceBus.ServiceBusException
type MessageLockLostException = class
    inherit ServiceBusException
Public NotInheritable Class MessageLockLostException
Inherits ServiceBusException
Inheritance
MessageLockLostException

Constructors

MessageLockLostException(String)
MessageLockLostException(String, Exception)

Properties

IsTransient

A boolean indicating if the exception is a transient error or not.

(Inherited from ServiceBusException)
Message

Gets the message as a formatted string.

(Inherited from ServiceBusException)
ServiceBusNamespace

Gets the Service Bus namespace from which the exception occurred, if available.

(Inherited from ServiceBusException)

Applies to