The corresponding error string for the Status code

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

Syntax

C#
public string ErrorStr { get; }
Visual Basic (Declaration)
Public ReadOnly Property ErrorStr As String
Visual C++
public:
property String^ ErrorStr {
	String^ get ();
}

See Also