System.VarUtils.VarExceptionToResult

De RAD Studio API Documentation
Révision datée du 18 octobre 2011 à 19:39 par PyBot (discussion | contributions) (Scoping Libraries)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à : navigation, rechercher

Delphi

function VarExceptionToResult(const E: Exception): HRESULT;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

Convertit un argument de type Exception en un type HRESULT.

VarExceptionToResult est une routine interne qui convertit la valeur donnée par E d'un type Exception en un type HRESULT.