Click or drag to resize

OpenCVException Constructor (ErrorCode, String, String, String, Int32)

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public OpenCVException(
	ErrorCode status,
	string funcName,
	string errMsg,
	string fileName,
	int line
)

Parameters

status
Type: OpenCvSharpErrorCode
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