A description of the error

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

Syntax

C#
public string ErrorMessage { get; set; }
Visual Basic (Declaration)
Public Property ErrorMessage As String
Visual C++
public:
property String^ ErrorMessage {
	String^ get ();
	void set (String^ value);
}

See Also