你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExceptionHandledAt 枚举

定义

注意

Use custom properties to report exception handling layer

ExceptionTelemetry 使用此枚举来标识是否以及处理异常的位置。

[System.Obsolete("Use custom properties to report exception handling layer")]
public enum ExceptionHandledAt
[<System.Obsolete("Use custom properties to report exception handling layer")>]
type ExceptionHandledAt = 
Public Enum ExceptionHandledAt
继承
ExceptionHandledAt
属性

字段

Platform 2

异常由某些平台处理程序处理。

Unhandled 0

未处理异常。 应用程序崩溃。

UserCode 1

在用户代码中处理了异常。

适用于