XamlParseException::LineNumber Property

 

Gets the line number where the exception occurred.

Namespace:   System.Windows.Markup
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property int LineNumber {
	int get();
	internal: void set(int value);
}

Property Value

Type: System::Int32

The line number.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: