System.Rtti.EInvocationError

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Rtti.EInvocationError&oldid=166258"