Table of Contents

Class MessageLockLostException

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

The exception that is thrown to signal message lock lost errors.

public sealed class MessageLockLostException : MessagingException, ISerializable
Inheritance
MessageLockLostException
Implements
Inherited Members

Constructors

MessageLockLostException(string)

Initializes a new instance of the MessageLockLostException class with a specified error message.

public MessageLockLostException(string message)

Parameters

message string

The error message that explains the reason for the exception.

MessageLockLostException(string, Exception)

Initializes a new instance of the MessageLockLostException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public MessageLockLostException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.