System.SysUtils.Exception.InnerException
Delphi
property InnerException: Exception read FInnerException;
C++
__property Exception* InnerException = {read=FInnerException};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | Exception |
Description
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.