Partager via


ExceptionHandledAt Énumération

Définition

Attention

Use custom properties to report exception handling layer

Cette énumération est utilisée par ExceptionTelemetry pour identifier si et où l’exception a été gérée.

[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
Héritage
ExceptionHandledAt
Attributs

Champs

Platform 2

L’exception a été gérée par certains gestionnaires de plateforme.

Unhandled 0

L’exception n’a pas été gérée. L’application s’est plantée.

UserCode 1

L’exception a été gérée dans le code utilisateur.

S’applique à