IBotTelemetryClient.TrackException メソッド

定義

システム例外をログに記録します。

public void TrackException (Exception exception, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
abstract member 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>

この例外に関連付けられている追加の値。

適用対象