Constructor OpenCVException
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
OpenCVException(ErrorCode, string, string, string, int)
Constructor
public OpenCVException(ErrorCode status, string funcName, string errMsg, string fileName, int line)
Parameters
statusErrorCodeThe numeric code for error status
funcNamestringThe source file name where error is encountered
errMsgstringA description of the error
fileNamestringThe source file name where error is encountered
lineintThe line number in the source where error is encountered
OpenCVException()
Initializes a new instance of the Exception class.
public OpenCVException()
OpenCVException(string)
Initializes a new instance of the Exception class with a specified error message.
public OpenCVException(string message)
Parameters
messagestringThe message that describes the error.
OpenCVException(string, Exception)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
public OpenCVException(string message, Exception innerException)