API:System.Rtti.TVirtualMethodInterceptor.DoException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoException(Instance: TObject; Method: TRttiMethod;  const Args: TArray<TValue>; out RaiseException: Boolean; TheException: Exception; out Result: TValue);

C++

void __fastcall DoException(System::TObject* Instance, TRttiMethod* Method, const System::DynamicArray<TValue> Args, /* out */ bool &RaiseException, System::Sysutils::Exception* TheException, /* out */ TValue &Result);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Rtti.pas
System.Rtti.hpp
System.Rtti TVirtualMethodInterceptor

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.