XdmException.LinePosition PropertyXdmException.LinePosition PropertyXdmException::LinePosition Property

Gets the line position indicating where the error occurred.

Syntax

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

Property Value

Type: System.Int32System.Int32System::Int32

The position in the line at which the error occurred, or -1 if the line position is not known.

Remarks

The line position is 1-indexed, that is a value of 1 represents the first character in a line.