XsltException::LineNumber Property

 

Gets the line number indicating where the error occurred in the style sheet.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
property int LineNumber {
	virtual int get();
}

Property Value

Type: System::Int32

The line number indicating where the error occurred in the style sheet.

This property is used by the XsltCompileException class.

.NET Framework
Available since 1.1
Return to top
Show: