Class MessageStoreLockLostException
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Represents the exception that is thrown for signaling message store lock lost errors.
public sealed class MessageStoreLockLostException : MessagingException, ISerializable
- Inheritance
-
MessageStoreLockLostException
- Implements
- Inherited Members
Constructors
MessageStoreLockLostException(string)
Initializes a new instance of the MessageStoreLockLostException class with a specified error message.
public MessageStoreLockLostException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
MessageStoreLockLostException(string, Exception)
Initializes a new instance of the MessageStoreLockLostException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public MessageStoreLockLostException(string message, Exception innerException)