HttpParseException::Line Property

 

Gets the number of the line being parsed when the error occurs.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int Line {
	int get();
}

Property Value

Type: System::Int32

The number of the line being parsed when the error occurs. This value is 1-based, not 0-based.

.NET Framework
Available since 1.1
Return to top
Show: