EVariantError is the exception class for errors involving Variant data types.
EVariantError = class(Exception);
class EVariantError : public Exception;
EVariantError is raised when a variant operation fails. EVariantError has a number of descendant classes which provide more specific information about the error.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|