Click or drag to resize
CvException Constructor
http://www.emgu.com
The default exception to be thrown when error is encountered in Open CV

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public CvException(
	int status,
	string funcName,
	string errMsg,
	string fileName,
	int line
)

Parameters

status
Type: SystemInt32
The numeric code for error status
funcName
Type: SystemString
The source file name where error is encountered
errMsg
Type: SystemString
A description of the error
fileName
Type: SystemString
The source file name where error is encountered
line
Type: SystemInt32
The line number in the souce where error is encountered
See Also