http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
The default exception to be thrown when error is encountered in Open CV
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public CvException( int status, string funcName, string errMsg, string fileName, int line ) |
Visual Basic |
---|
Public Sub New ( _ status As Integer, _ funcName As String, _ errMsg As String, _ fileName As String, _ line As Integer _ ) |
Visual C++ |
---|
public: CvException( int status, String^ funcName, String^ errMsg, String^ fileName, int line ) |
Parameters
- status
- Type: System..::..Int32
The numeric code for error status
- funcName
- Type: System..::..String
The source file name where error is encountered
- errMsg
- Type: System..::..String
A description of the error
- fileName
- Type: System..::..String
The source file name where error is encountered
- line
- Type: System..::..Int32
The line number in the souce where error is encountered