The line number in the souce where error is encountered

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

Syntax

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

See Also