The line number in the souce where error is encountered

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public int Line { get; set; }
Visual Basic (Declaration)
Public Property Line As Integer
Visual C++
public:
property int Line {
	int get ();
	void set (int value);
}

See Also