System.SysUtils.EArgumentNilException

提供:RAD Studio API Documentation

EArgumentNilExceptionSystem.SysUtils.EArgumentExceptionSystem.SysUtils.ExceptionSystem.TObject

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 であるため逆参照できない場合に発生します。

関連項目