[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 217
type EArgumentNilException = class(EArgumentException) ; |
|
Exception raised when a required argument is Nil. |
|
| | ||
|
Invalid argument passed to a function |
|
| | ||
|
Base class of all exceptions. |
|
| | ||
|
Base class of all classes. |
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. |