Class SessionLockLostException
- Namespace
- Microsoft.Azure.ServiceBus
- Assembly
- Microsoft.Azure.ServiceBus.dll
The exception that is thrown when the lock on the Session has expired. Callers should receive the Session again.
public sealed class SessionLockLostException : ServiceBusException, ISerializable
- Inheritance
-
SessionLockLostException
- Implements
- Inherited Members
Constructors
SessionLockLostException(string)
public SessionLockLostException(string message)
Parameters
message
string
SessionLockLostException(string, Exception)
public SessionLockLostException(string message, Exception innerException)