Data.DBXPlatform.TDBXPlatform.GetNestedException

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Renvoie l'exception interne d'une exception spécifique.

La méthode statique GetNestedException renvoie l'exception interne qui a déclenché l'exception Ex.