System.Win.ComObj.DispatchInvokeError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DispatchInvokeError(Status: Integer; const ExcepInfo: TExcepInfo);

C++

extern DELPHI_PACKAGE void __fastcall DispatchInvokeError(int Status, const tagEXCEPINFO &ExcepInfo);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Beschreibung

Löst eine Exception mit dem angegebenen OLE-Rückgabecode (Status) und den Exception-Informationen (ExcepInfo) aus.

Siehe auch