次の方法で共有


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

例外はユーザー コードで処理されました。

適用対象