NoMatchingSubscriptionException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションの一致が一致しなかった場合にスローされる例外。
[System.Serializable]
public sealed class NoMatchingSubscriptionException : Microsoft.ServiceBus.Messaging.MessagingException
[<System.Serializable>]
type NoMatchingSubscriptionException = class
inherit MessagingException
Public NotInheritable Class NoMatchingSubscriptionException
Inherits MessagingException
- 継承
- 属性
コンストラクター
NoMatchingSubscriptionException(String) |
エラーメッセージを使用して NoMatchingSubscriptionException クラスの新しいインスタンスを初期化します。 |
NoMatchingSubscriptionException(String, Exception) |
エラー メッセージと内部例外を使用して NoMatchingSubscriptionException クラスの新しいインスタンスを初期化します。 |
プロパティ
Data |
例外に関連付けられているデータを取得します。 (継承元 MessagingException) |
Detail |
メッセージング例外の詳細情報を取得または設定します。 (継承元 MessagingException) |
IsTransient |
例外が一時的かどうかを示す値を取得または設定します。 操作を再試行する必要があるかどうかを判断するには、このプロパティを確認します。 (継承元 MessagingException) |
Timestamp |
メッセージング例外が発生した時刻を取得または設定します。 (継承元 MessagingException) |
メソッド
GetObjectData(SerializationInfo, StreamingContext) |
シリアル化情報に例外に関するデータを設定します。 (継承元 MessagingException) |
ToString() |
NoMatchingSubscriptionException の文字列形式を返します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET