EArgumentNilException
[Properties (by Name)][Methods (by Name)][Events (by Name)]
Exception raised when a required argument is Nil.
Declaration
Source position: sysutilh.inc line 222
Type
EArgumentNilException = class (EArgumentException)
;
Description
EArgumentNilException is an exception raised when an argument is Nil when it should not be Nil.
This exception class is provided for Delphi compatibility, but is not actually used in FPC.
MembersNo members available
Inheritance
Class | Description |
---|---|
EArgumentNilException | Exception raised when a required argument is Nil. |
See also
Name | Description |
---|---|
Exception | Base class of all exceptions. |