System.Threading.TTask.WasExceptionRaised

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WasExceptionRaised: Boolean read GetWasExceptionRaised;

C++

__property bool WasExceptionRaised = {read=GetWasExceptionRaised, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask

Description

For internal use only.