System.SysUtils.Exception.BaseException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BaseException: Exception read GetBaseException;

C++

__property Exception* BaseException = {read=GetBaseException};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Beschreibung

BaseException gibt die innerste Exception an.

Mit BaseException ermitteln Sie die innerste Exception. Wenn die aktuelle Exception von keiner inneren ausgelöst wurde, gibt BaseException die aktuelle Exception zurück; ansonsten untersucht BaseException die inneren Exceptions, bis die erste, die die Exception-Kette ausgelöst hat, gefunden wird.

Siehe auch