System.Variants.EVariantUnexpectedError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EVariantErrorSystem.SysUtils.ExceptionSystem.TObjectEVariantUnexpectedError

Delphi

EVariantUnexpectedError = class(EVariantError);

C++

class PASCALIMPLEMENTATION EVariantUnexpectedError : public System::Sysutils::EVariantError

Properties

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

Description

EVariantUnexpectedError is the exception class for unexpected variant errors.

EVariantUnexpectedError is raised when a variant operation generates an unexpected error.

See Also