The exception that is thrown when an argument is nil and the called method does not accept nil.
Delphi
EArgumentNilException = class(EArgumentException)
- Inheritance
The exception that is thrown when an argument is nil and the called method does not accept nil.
EArgumentNilException = class(EArgumentException)