次の方法で共有


MessagingEntityAlreadyExistsException クラス

定義

メッセージング エンティティのシグナルの例外は既にエラーが存在します。

[System.Serializable]
public sealed class MessagingEntityAlreadyExistsException : Microsoft.Azure.NotificationHubs.Messaging.MessagingException
[<System.Serializable>]
type MessagingEntityAlreadyExistsException = class
    inherit MessagingException
Public NotInheritable Class MessagingEntityAlreadyExistsException
Inherits MessagingException
継承
MessagingEntityAlreadyExistsException
属性

プロパティ

Data

例外に関する追加のユーザー定義情報を提供する、キーと値のペアのコレクションを取得します。

(継承元 MessagingException)
Detail

例外の原因の詳細

(継承元 MessagingException)
IsTransient

例外が一時的なエラーであるかどうかを示すブール値。 このプロパティから true を取得すると、ユーザーは追加の介入なしで例外を生成した操作を再試行できることを意味します。

(継承元 MessagingException)
RetryAfter

が設定されている場合は、一時的なエラーを再試行する前に待機するための推奨時間を示します。

(継承元 MessagingException)
Timestamp

例外の UTC タイムスタンプ

(継承元 MessagingException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

例外に関する情報を含む SerializationInfo を設定します。

(継承元 MessagingException)

適用対象