Data.DBXPlatform.TDBXPlatform.GetNestedException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function GetNestedException(Ex: Exception): Exception; static;

C++

static System::Sysutils::Exception* __fastcall GetNestedException(System::Sysutils::Exception* Ex);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Gibt die innere Exception einer bestimmten Exception zurück.

Die statische Methode GetNestedException gibt die innere Exception, die die Exception Ex ausgelöst hat.