ParserError::Line Property
.NET Framework (current version)
Gets or sets the line number of the source at which the error occurs.
Assembly: System.Web (in System.Web.dll)
The Line propertyis the line number within the file at which this ParserError object was thrown.
The following code example demonstrates how to populate the Line property for a ParserError object.
.NET Framework
Available since 2.0
Available since 2.0
Show: