ExceptionHandledAt Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET