The numeric code for error status

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

Syntax

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

See Also