XmlSerializationException.LinePosition Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the line position where the exception occurred.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public int LinePosition { get; set; }
public:
property int LinePosition {
    int get();
    void set(int value);
}
member LinePosition : int with get, set
Public Property LinePosition As Integer

Property Value

Type: System.Int32

An Integer value with the line position where the exception occurred.

See Also

XmlSerializationException Class
Microsoft.AnalysisServices Namespace

Return to top