System.SysUtils.EVariantError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EVariantError = class(Exception);

C++

class PASCALIMPLEMENTATION EVariantError : public Exception

Properties

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

Description

EVariantError is the exception class for errors involving Variant data types.

EVariantError is raised when a variant operation fails. EVariantError has a number of descendant classes which provide more specific information about the error.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.SysUtils.EVariantError&oldid=154202"