This documentation is archived and is not being maintained.
HttpParseException.Line Property
.NET Framework 1.1
Gets the number of the line being parsed when the error occurs.
[Visual Basic] Public ReadOnly Property Line As Integer [C#] public int Line {get;} [C++] public: __property int get_Line(); [JScript] public function get Line() : int;
Property Value
The number of the line being parsed when the error occurs.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpParseException Class | HttpParseException Members | System.Web Namespace
Show: