System.Variants.EVariantNotImplError

Delphi
EVariantNotImplError = class(EVariantError);
C++
class PASCALIMPLEMENTATION EVariantNotImplError : public System::Sysutils::EVariantError
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | System.Variants.pas System.Variants.hpp | System.Variants | System.Variants | 
Description
EVariantNotImplError is the exception class for unimplemented variant operations.
EVariantNotImplError is raised when an operation is attempted on a variant type that does not implement that operation.