[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised when a required argument is Nil.
Source position: sysutilh.inc line 222
type EArgumentNilException = class(EArgumentException) |
|
Exception raised when a required argument is Nil. |
|
| | ||
|
Invalid argument passed to a function |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
TObject |
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.
|
Base class of all exceptions. |