XmlSerializationException.LinePosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the line position in XML where the error occured.
public int LinePosition { get; set; }
member this.LinePosition : int with get, set
Public Property LinePosition As Integer
Property Value
An Integer value with the line position where the exception occurred.