SysUtils.Exception.GetStackTrace

From Référence RAD Studio VCL
Jump to: navigation, search

Contents

Informations Delphi

De SysUtils.pas

	function GetStackTrace(): string;


Unité : SysUtils

Type : méthode

Visibilité : protected

Membre de : Exception

Informations C++

De SysUtils.hpp

	System::UnicodeString __fastcall GetStackTrace(void);


Unité : SysUtils

Type : méthode

Visibilité : protected

Membre de : Exception

Description

GetStackTrace renvoie le suivi de la pile au moment où l'exception a été déclenchée.


Appelez la méthode GetStackTrace sur une exception interceptée pour récupérer une chaîne formatée qui décrit le suivi de la pile au moment où l'exception a été déclenchée.

GetStackTrace est une méthode accesseur get (en lecture) pour la propriété StackTrace.

Voir aussi

Personal tools