XsltException::LinePosition Property

 

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

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

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

Property Value

Type: System::Int32

The line position 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: