System.VarUtils.VarExceptionToResult

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

Delphi

function VarExceptionToResult(const E: Exception): HRESULT;

C++

extern DELPHI_PACKAGE HRESULT __fastcall VarExceptionToResult(System::Sysutils::Exception* const E);

プロパティ

種類 可視性 ソース ユニット
function public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

説明

Exception 型の引数を HRESULT 型に変換します。

VarExceptionToResult は、E で与えられた値を Exception 型から HRESULT 型に変換する内部ルーチンです。