EConvertToUrlError.Create Constructor
Creates the exception for a value that could not be converted.
Syntax
Unit: XData.Model.Classes
constructor EConvertToUrlError.Create(const PropName: string; Value: TValue);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | PropName | string | The name of the property or parameter the value belongs to, included in the message when not empty. |
| Value | TValue | The value that could not be converted. |