System.SysUtils.Exception.InnerException
Delphi
property InnerException: Exception read FInnerException;
C++
__property Exception* InnerException = {read=FInnerException};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | Exception |
Beschreibung
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.