EventRecordWrittenEventArgs.EventException プロパティ

定義

イベント サブスクリプションが失敗したときに発生した例外を取得します。 この例外には、サブスクリプションが失敗した理由の記述が含まれています。

public:
 property Exception ^ EventException { Exception ^ get(); };
public Exception EventException { get; }
member this.EventException : Exception
Public ReadOnly Property EventException As Exception

プロパティ値

イベント サブスクリプションが失敗したときに発生した例外。

適用対象

こちらもご覧ください