MessagingExceptionDetail.EntityNotFound(String) Method

Definition

Returns the exception details for the entity not found error.

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

Parameters

message
String

A descriptive message about the exception.

Returns

The exception details for the entity not found error.

Applies to