System.Threading.TTask.GetWasExceptionRaised

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetWasExceptionRaised: Boolean; inline;

C++

bool __fastcall GetWasExceptionRaised();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


Description

Contrôle l'état de la tâche et renvoie True si la tâche a provoqué une exception. Sinon, elle renvoie False.

GetWasExceptionRaised est l'implémentation protégée pour la propriété WasExceptionRaised.

Voir aussi