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