System.VarUtils.ESafeArrayBoundsError

提供: RAD Studio API Documentation
移動先: 案内検索

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayBoundsError

Delphi

ESafeArrayBoundsError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayBoundsError : public ESafeArrayError

プロパティ

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

説明

ESafeArrayBoundsError は、バリアント配列のインデックスが範囲を超えたために発生したエラーを表す例外クラスです。

ESafeArrayBoundsError は、インテックス値が範囲を超えたために、バリアント配列に対する操作が失敗したときに発生します。

この例外をプログラムで発生させるには、VAR_BADINDEX 引数を渡して SafeArrayError を呼び出します。

関連項目