你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessagingEntityNotFoundException Class

Definition

The exception that is thrown for signaling messaging entity not found errors.

[System.Serializable]
public sealed class MessagingEntityNotFoundException : Microsoft.ServiceBus.Messaging.MessagingException
[<System.Serializable>]
type MessagingEntityNotFoundException = class
    inherit MessagingException
Public NotInheritable Class MessagingEntityNotFoundException
Inherits MessagingException
Inheritance
MessagingEntityNotFoundException
Attributes

Constructors

MessagingEntityNotFoundException(String, Exception)

Initializes a new instance of the MessagingEntityNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

MessagingEntityNotFoundException(String)

Initializes a new instance of the MessagingEntityNotFoundException class with the entity name.

Properties

Data

Gets the data associated with the exception.

(Inherited from MessagingException)
Detail

Gets or sets the detail information of the messaging exception.

(Inherited from MessagingException)
IsTransient

Gets or sets a value indicating whether the exception is transient. Check this property to determine if the operation should be retried.

(Inherited from MessagingException)
Timestamp

Gets or sets the time at which the messaging exception occurred.

(Inherited from MessagingException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates the serialization information with data about the exception.

(Inherited from MessagingException)
ToString()

Returns a string representation of the current exception.

Applies to