MessagingExceptionDetail.UnspecifiedInternalError(String) Method

Definition

Returns the exception details for the unspecified internal error.

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

Parameters

message
String

A descriptive message about the exception.

Returns

The exception details for the unspecified internal error.

Applies to