Raises an error
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Error( CvStatus status, string funcName, string errMsg, string fileName, int line )
Parameters
- status
- Type: OpenCvSharpCvStatus
The error status. - funcName
- Type: SystemString
Name of the function where the error occurred. - errMsg
- Type: SystemString
Additional information/diagnostics about the error. - fileName
- Type: SystemString
Name of the file where the error occurred. - line
- Type: SystemInt32
Line number, where the error occurred.
See Also