DkmContinueCorruptingExceptionAttribute Classe

Définition

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()

S’applique à