System.Rtti.EInvocationError

From RAD Studio API Documentation

EInvocationErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

EInvocationError = class(Exception);

C++

class PASCALIMPLEMENTATION EInvocationError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

EInvocationError is raised when a method invocation failed.

EInvocationError is raised by the RTTI objects when a method invocation failed. This may happen when the actual parameters passed to the invoked method do not match the expected parameter types.

See Also