点击或拖拽改变大小

XError 类

X#
Helper class that stores errors for an XML document
继承层次
Object
  XError

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 CLASS XError
查看代码

XError 类型公开以下成员。

构造函数
  名称说明
公共方法XError
初始化 XError 类的一个新实例
Top
属性
  名称说明
公共属性Additional
Additional info about the error.
公共属性Column
Column where the error occurred.
公共属性DocHandle
Document Handle for which the error occurred.
公共属性FileName
Filename where the error occurred.
公共属性Handle
Error Handle.
公共属性Id
Id for the node where the error occurred.
公共属性Line
Linenumber where the error occurred.
Top
方法
  名称说明
公共方法ToArray
Convert error object to XBase++ compatible error array.
Top
参见