Data.DBXPlatform.TDBXPlatform.GetNestedException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the inner exception of a specific exception.

The GetNestedException static method returns the inner exception that triggered the Ex exception.