次の方法で共有


HttpMetricsEnrichmentContext.Exception プロパティ

定義

発生した例外を取得します。エラー null がなかった場合は を取得します。

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

プロパティ値

注釈

このプロパティは、エンリッチメント コールバックの外部から使用することはできません。

適用対象