Table of Contents

EUnassignedConvertException Class

Exception raised when attempting to access the value of an unassigned Assignable<T> instance.

Remarks

This exception is thrown when reading the Value property or performing an implicit conversion to T on an Assignable<T> that has not been assigned. The exception message includes the target type name for diagnostic purposes.

Syntax

Unit: Bcl.Types.Assignable

EUnassignedConvertException = class(Exception);

Constructors

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