Table of Contents

EUnassignedConvertException.Create Constructor

Creates a new instance of the exception with a message indicating the type that the unassigned value could not be converted to.

Syntax

Unit: Bcl.Types.Assignable

constructor EUnassignedConvertException.Create(ATypeInfo: PTypeInfo);

Parameters

<-> Parameter Type Description
ATypeInfo PTypeInfo Pointer to the type information of the target type.

See also