EVariantOverflowError is the exception class for overflow in a variant operation.
EVariantOverflowError = class(EVariantError);
class EVariantOverflowError : public EVariantError;
EVariantOverflowError is raised when a variant operation fails because the result was too large. To raise this exception programmatically, call VarOverflowError.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|