API:System.VarUtils.ESafeArrayBoundsError

提供:RAD Studio API Documentation

ESafeArrayBoundsErrorSystem.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

ESafeArrayBoundsError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayBoundsError : public ESafeArrayError

プロパティ

種類 可視性 ソース ユニット
class public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

説明

ESafeArrayError は、バリアント配列に関わるエラーのための例外クラスです。 System.VarUtils.ESafeArrayBoundsError は System.VarUtils.ESafeArrayError を継承しています。以下の内容はすべて System.VarUtils.ESafeArrayError を参照しています。

ESafeArrayError は、バリアント配列に関わるエラーのための例外クラスです。

ESafeArrayError は、バリアント配列の操作に失敗したときに発生します。

ESafeArrayError には、エラーについてのより詳細な情報を提供するいくつかの下位クラス(つまり、ESafeArrayBoundsErrorESafeArrayCreateError、および ESafeArrayLockedError)が含まれています。

関連項目