System.Variants.EVariantUnexpectedError
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.