The default exception to be thrown when error encounter in Open CV

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

Syntax

C#
[SerializableAttribute]
public class CvException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CvException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class CvException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Emgu.CV..::.CvException

See Also