Click or drag to resize

LocationData Constructor

Creates a new data location describing the data at fault.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public Data(
	Object? dataSource,
	string? description = null
)

Parameters

dataSource
Type: SystemObject
A unique object identifying the data source (or null).
description (Optional)
Type: SystemString
A description of the location of the error.
See Also