MessagingEntityNotFoundException クラス

定義

メッセージング エンティティが見つからない場合にスローされる例外。 エンティティが存在するかどうかを確認します。

public sealed class MessagingEntityNotFoundException : Microsoft.Azure.ServiceBus.ServiceBusException
type MessagingEntityNotFoundException = class
    inherit ServiceBusException
Public NotInheritable Class MessagingEntityNotFoundException
Inherits ServiceBusException
継承
MessagingEntityNotFoundException

コンストラクター

MessagingEntityNotFoundException(String)

メッセージング エンティティが見つからない場合にスローされる例外。 エンティティが存在するかどうかを確認します。

MessagingEntityNotFoundException(String, Exception)

メッセージング エンティティが見つからない場合にスローされる例外。 エンティティが存在するかどうかを確認します。

プロパティ

IsTransient

例外が一時的なエラーかどうかを示すブール値。

(継承元 ServiceBusException)
Message

書式設定された文字列としてメッセージを取得します。

(継承元 ServiceBusException)
ServiceBusNamespace

例外が発生した Service Bus 名前空間 (使用可能な場合) を取得します。

(継承元 ServiceBusException)

適用対象