API:System.JSON.Types.EJsonException.InnerException
Delphi
property InnerException: Exception read FInnerException;
C++
__property System::Sysutils::Exception* InnerException = {read=FInnerException};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.JSON.Types.pas System.JSON.Types.hpp |
System.JSON.Types | EJsonException |
Description
InnerException specifies the inner exception. {{#multireplace:System.JSON.Types.EJsonException.InnerException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.SysUtils.Exception.InnerException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.SysUtils.Exception.InnerException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
InnerException specifies the inner exception.
Read the value of the InnerException property to obtain the inner exception. If there are no exceptions that triggered the current one, InnerException returns nil; otherwise InnerException returns the inner exception that triggered a specific exception.