System.SysUtils.Exception.SetStackInfo
Delphi
procedure SetStackInfo(AStackInfo: Pointer);
C++
void __fastcall SetStackInfo(void * AStackInfo);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | Exception |
Description
SetStackInfo stores the stack information.
SetStackInfo is used internally in the exception raising mechanics. SetStackInfo is primarily called to store a pointer to the stack trace information that can be later obtained by reading the value of the StackTrace property.