IntegrationExceptionEventArgs.ThrowException 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.
public:
property bool ThrowException { bool get(); void set(bool value); };
public bool ThrowException { get; set; }
member this.ThrowException : bool with get, set
Public Property ThrowException As Boolean
Valeur de propriété
true
si Exception est levé ; sinon, false
. La valeur par défaut est false
.
Remarques
Dans votre gestionnaire d’événements, définissez la valeur de la ThrowException propriété pour true
indiquer que l’exception doit être levée.