SessionLockLostException Class

Definition

The exception that is thrown when the lock on the Session has expired. Callers should receive the Session again.

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

Constructors

SessionLockLostException(String)
SessionLockLostException(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