次の方法で共有


TelemetryClient.TrackException メソッド

定義

オーバーロード

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

注釈

詳細情報

適用対象