Class MessageLockLostException
- Namespace
- Microsoft.Azure.ServiceBus
- Assembly
- Microsoft.Azure.ServiceBus.dll
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 : ServiceBusException, ISerializable
- Inheritance
-
MessageLockLostException
- Implements
- Inherited Members
Constructors
MessageLockLostException(string)
public MessageLockLostException(string message)
Parameters
message
string
MessageLockLostException(string, Exception)
public MessageLockLostException(string message, Exception innerException)