XmlSerializationException.LineNumber Property
Applies To: SQL Server (starting with 2016)
Gets or sets the line number where the exception occurred.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public int LineNumber { get; set; }
public:
property int LineNumber {
int get();
void set(int value);
}
member LineNumber : int with get, set
Public Property LineNumber As Integer
Property Value
Type: System.Int32
An Integer value with the line number where the exception occurred.
See Also
XmlSerializationException Class
Microsoft.AnalysisServices Namespace
Return to top