API:System.JSON.Types.EJsonException.InnerException
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. {{#multireplace:System.JSON.Types.EJsonException.InnerException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.SysUtils.Exception.InnerException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.SysUtils.Exception.InnerException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.