RAD Studio VCL Reference
|
ESafeArrayError is the exception class for errors involving variant arrays.
ESafeArrayError = class(Exception);
class ESafeArrayError : public Exception;
ESafeArrayError is raised when a variant array operation fails.
ESafeArrayError has a number of descendant classes that provide more specific information about the error, namely ESafeArrayBoundsError, ESafeArrayCreateError, and ESafeArrayLockedError.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|