MessagingExceptionDetail.EntityUpdateConflict(String) Method

Definition

Returns the exception details for the entity update conflict error.

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

Parameters

entityName
String

The name of the entity.

Returns

The exception details for the entity update conflict error.

Applies to