Table of Contents

Class SessionCannotBeLockedException

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

The exception that is thrown when a session cannot be locked.

public sealed class SessionCannotBeLockedException : ServiceBusException, ISerializable
Inheritance
SessionCannotBeLockedException
Implements
Inherited Members

Constructors

SessionCannotBeLockedException(string)

public SessionCannotBeLockedException(string message)

Parameters

message string

SessionCannotBeLockedException(string, Exception)

public SessionCannotBeLockedException(string message, Exception innerException)

Parameters

message string
innerException Exception