ENullConvertException.Create Constructor
Creates a new ENullConvertException instance with a message indicating the target type.
Syntax
Unit: Bcl.Types.Nullable
constructor ENullConvertException.Create(ATypeInfo: PTypeInfo);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ATypeInfo | PTypeInfo | Type information of the target type that the null value could not be converted to. |