WorkflowMarkupSerializationException.LinePosition 属性

定义

获取对象或 XOML 文件中导致引发异常的列位置。Gets the column position in the object or XOML file that caused the exception to be thrown.

public:
 property int LinePosition { int get(); };
public int LinePosition { get; }
member this.LinePosition : int
Public ReadOnly Property LinePosition As Integer

属性值

Int32

一个整数,表示导致引发异常的列位置。An integer that represents the column position that caused the exception to be thrown.

适用于