Error Handler
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate int CvErrorCallback( CvStatus status, string funcName, string errMsg, string fileName, int line, IntPtr userdata )
Parameters
- status
- Type: OpenCvSharpCvStatus
 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
- userdata
- Type: SystemIntPtr
 Pointer to the user data. Ignored by the standard handlers
Return Value
Type: Int32See Also