MessagingExceptionDetail Class

Definition

Provides the details of the messaging exception.

[System.Serializable]
public sealed class MessagingExceptionDetail
[<System.Serializable>]
type MessagingExceptionDetail = class
Public NotInheritable Class MessagingExceptionDetail
Inheritance
MessagingExceptionDetail
Attributes

Properties

ErrorCode

Gets the error code.

ErrorLevel

Gets the error level.

Message

Gets the descriptive message about the exception.

Methods

CorrelationFiltersExceeded(String)

Returns the exception details for the correlation filters exceeded error.

DataCommunicationError(String)
EntityConflict(String)

Returns the exception details for the entity conflict error.

EntityConflictOperationInProgress(String)

Returns the exception details for an entity conflict in progress error. This can occur if there is already a conflicting create or delete call pending on the entity in question.

EntityGone(String)

Returns the exception details for the entity gone error.

EntityNotFound(String)

Returns the exception details for the entity not found error.

EntityUpdateConflict(String)

Returns the exception details for the entity update conflict error.

EventHubAtFullCapacity(String)

Returns the exception details when an Event Hub is at full capacity.

ManagementConflictOperationInProgress(String)

Returns the exception details for an managment operation conflict in progress error.

PublisherRevoked(String)

Returns the exception details when an Event Hubs publisher has been revoked.

ServerBusy(String)

Returns the exception details for the server busy error.

SqlFiltersExceeded(String)

Returns the exception details for the SQL filters exceeded error.

StoreLockLost(String)

Returns the exception details for the store lock lost error.

SubscriptionsExceeded(String)

Returns the exception details for the subscriptions exceeded error.

UnknownDetail(String)

Returns the exception details for the unknown detail error.

UnspecifiedInternalError(String)

Returns the exception details for the unspecified internal error.

Applies to