System.Variants.EVariantDispatchError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantDispatchError

Delphi

EVariantDispatchError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantDispatchError : public System::Sysutils::EVariantError

Properties

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

Description

EVariantDispatchError is the exception class for failed dispatch attempts.

EVariantDispatchError is raised when a variant type is unable to dispatch a method call. Do not directly instantiate EVariantDispatchError. Instead call the RaiseDispError method of TCustomVariant.

See Also