Creates a new data location describing the data at fault.
Namespace: Demo3D.CommonAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic 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