Click or drag to resize

LocationData Class

The location of error in a data source, eg position in a file, element in an xml document, or section in a network packet.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonLocation
    Demo3D.CommonLocationData

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
[SerializableAttribute]
public class Data : Location

The LocationData type exposes the following members.

Constructors
  NameDescription
Public methodLocationData
Creates a new data location describing the data at fault.
Top
Properties
  NameDescription
Public propertyDataSource
A unique object identifying the data source (or null).
Public propertyDescription
Description or the location of the error. (Eg 'in file..' or 'connected to..'.)
Public propertyPositions
The location within the data source. (Eg. 'in..' headers, section, xml element, cursors, etc.)
Top
Methods
See Also