LocationData Class |
Namespace: Demo3D.Common
[SerializableAttribute] public class Data : Location
The LocationData type exposes the following members.
| Name | Description | |
|---|---|---|
| LocationData |
Creates a new data location describing the data at fault.
|
| Name | Description | |
|---|---|---|
| DataSource |
A unique object identifying the data source (or null).
| |
| Description |
Description or the location of the error. (Eg 'in file..' or 'connected to..'.)
| |
| Positions |
The location within the data source. (Eg. 'in..' headers, section, xml element, cursors, etc.)
|
| Name | Description | |
|---|---|---|
| ToString |
Returns the data location.
(Overrides ObjectToString.) |