System.SysUtils.EArgumentNilException

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

エラー: 画像が無効、または存在しません。

Delphi

EArgumentNilException = class(EArgumentException);

C++

class PASCALIMPLEMENTATION EArgumentNilException : public EArgumentException

プロパティ

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

説明

この例外は、関数の引数が nil/NULL である場合に発生します。

EArgumentNilException は、関数の引数が nil/NULL であるため逆参照できない場合に発生します。

関連項目