Table of Contents

EXDataEntityTypeNotFound.Create Constructor

Creates the exception for an entity type that was not found.

Syntax

Unit: XData.Model.Classes

constructor EXDataEntityTypeNotFound.Create(const AName: string);

Parameters

<-> Parameter Type Description
const AName string The name of the entity type that was looked for.

See also