你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TelemetryClient.TrackException 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TrackException(Exception, IDictionary<String,String>, IDictionary<String,Double>) |
发送 , ExceptionTelemetry 以便在诊断搜索中显示。 |
TrackException(ExceptionTelemetry) |
发送 , ExceptionTelemetry 以便在诊断搜索中显示。 为每个对 的TrackException(ExceptionTelemetry)调用创建单独的 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 以便在诊断搜索中显示。 为每个对 的TrackException(ExceptionTelemetry)调用创建单独的 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