FaultPropagationRecord.IsFaultSource Propriété
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.
Valeur qui indique si ce gestionnaire est le premier gestionnaire pour l’erreur.
public:
property bool IsFaultSource { bool get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public bool IsFaultSource { get; }
public bool IsFaultSource { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.IsFaultSource : bool
member this.IsFaultSource : bool
Public ReadOnly Property IsFaultSource As Boolean
Valeur de propriété
true s’il s’agit du premier gestionnaire pour l’exception.
false si ce gestionnaire est un gestionnaire ultérieur pour l’erreur.
- Attributs