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: 19.00.00
Syntax
C#
public Data(
	Object? dataSource,
	string? description = null
)

Parameters

dataSource  Object
A unique object identifying the data source (or null).
description  String  (Optional)
A description of the location of the error.
See Also