DkmContinueCorruptingExceptionAttribute Classe
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.
Cet attribut permet de traiter les exceptions managées endommagées de façon continue (telles que NullReferenceException, ArgumentNullException, etc.) comme non récupérables qui seront signalées à Microsoft par le biais d’un canal Watson non irrécupérable et non d’un processus de débogueur de blocage. Remarque : les exceptions endommagées non continues (telles que AccessViolationException, StackOverflowException, etc.
public ref class DkmContinueCorruptingExceptionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public sealed class DkmContinueCorruptingExceptionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type DkmContinueCorruptingExceptionAttribute = class
inherit Attribute
Public NotInheritable Class DkmContinueCorruptingExceptionAttribute
Inherits Attribute
- Héritage
-
DkmContinueCorruptingExceptionAttribute
- Attributs
Constructeurs
| DkmContinueCorruptingExceptionAttribute() |