Data.DBXPlatform.TDBXPlatform.GetNestedException

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

特定の例外の内部例外を返します。

GetNestedException 静的メソッドは、Ex 例外を発生させる内部例外を返します。