Partager via


IntegrationExceptionEventArgs.ThrowException Propriété

Définition

Obtient ou définit une valeur indiquant s'il convient de lever Exception spécifié par la propriété Exception.

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é

Boolean

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.

S’applique à

Voir aussi