RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ESafeArrayError Class

ESafeArrayError is the exception class for errors involving variant arrays.

Pascal
ESafeArrayError = class(Exception);
C++
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!