ENullValueException Class
Exception raised when a comparison or arithmetic operation is attempted on null Nullable<T> values.
Remarks
This exception is raised by relational operators (>, >=, <, <=) when either operand is null, since ordering comparisons on null values are undefined.
Syntax
Unit: Bcl.Types.Nullable
ENullValueException = class(Exception);
Constructors
| Name | Description |
|---|---|
| Create | Creates a new ENullValueException instance with a default error message. |