다음을 통해 공유


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>

이 예외와 관련된 추가 값입니다.

적용 대상