IntegrationExceptionEventArgs.ThrowException Proprietà

Definizione

Ottiene o imposta il valore che indica se generare l'evento Exception specificato dalla proprietà 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

Valore della proprietà

true se verrà generato l'evento Exception; in caso contrario false. Il valore predefinito è false.

Commenti

Nel gestore eventi impostare il valore della proprietà su per true indicare che l'eccezione ThrowException deve essere generata.

Si applica a

Vedi anche