Click or drag to resize

XError Class

X#
Helper class that stores errors for an XML document
Inheritance Hierarchy
Object
  XError

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 CLASS XError
Request Example View Source

The XError type exposes the following members.

Constructors
  NameDescription
Public methodXError
Initializes a new instance of the XError class
Top
Properties
  NameDescription
Public propertyAdditional
Additional info about the error.
Public propertyColumn
Column where the error occurred.
Public propertyDocHandle
Document Handle for which the error occurred.
Public propertyFileName
Filename where the error occurred.
Public propertyHandle
Error Handle.
Public propertyId
Id for the node where the error occurred.
Public propertyLine
Linenumber where the error occurred.
Top
Methods
  NameDescription
Public methodToArray
Convert error object to XBase++ compatible error array.
Top
See Also