MessagingExceptionDetail.StoreLockLost(String) Method

Definition

Returns the exception details for the store lock lost error.

public static Microsoft.ServiceBus.Messaging.MessagingExceptionDetail StoreLockLost (string message);
static member StoreLockLost : string -> Microsoft.ServiceBus.Messaging.MessagingExceptionDetail
Public Shared Function StoreLockLost (message As String) As MessagingExceptionDetail

Parameters

message
String

A descriptive message about the exception.

Returns

The exception details for the store lock lost error.

Applies to