TelemetryClient.TrackException メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>) |
診断検索に ExceptionTelemetry 表示する を送信します。 |
TrackException(ExceptionTelemetry) |
診断検索に ExceptionTelemetry 表示する を送信します。 への呼び出しごとに個別 ExceptionTelemetry のインスタンスを作成します TrackException(ExceptionTelemetry)。 |
TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>)
診断検索に ExceptionTelemetry 表示する を送信します。
public void TrackException (Exception exception, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
member this.TrackException : Exception * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub TrackException (exception As Exception, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)
パラメーター
- exception
- Exception
ログに記録される例外。
- properties
- IDictionary<String,String>
この例外を分類して検索するために使用できる名前付き文字列値。
- metrics
- IDictionary<String,Double>
この例外に関連付けられている追加の値。
注釈
適用対象
TrackException(ExceptionTelemetry)
診断検索に ExceptionTelemetry 表示する を送信します。 への呼び出しごとに個別 ExceptionTelemetry のインスタンスを作成します TrackException(ExceptionTelemetry)。
public void TrackException (Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry telemetry);
member this.TrackException : Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry -> unit
Public Sub TrackException (telemetry As ExceptionTelemetry)
パラメーター
- telemetry
- ExceptionTelemetry
注釈
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET