API:System.JSON.Types.EJsonException.InnerException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property InnerException: Exception read FInnerException;

C++

__property System::Sysutils::Exception* InnerException = {read=FInnerException};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types EJsonException

Beschreibung

InnerException gibt die innere Exception an.

System.JSON.Types.EJsonException.InnerException erbt von System.SysUtils.Exception.InnerException. Der folgende Inhalt bezieht sich auf System.SysUtils.Exception.InnerException.

InnerException gibt die innere Exception an.

Mit InnerException ermitteln Sie die innere Exception. Wenn die aktuelle Exception von keiner anderen ausgelöst wurde, gibt InnerException nil zurück; ansonsten liefert InnerException die innere Exception, die eine bestimmte Exception ausgelöst hat.

Siehe auch