OpenCV for Unity 2.6.5
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.CoreModule.CvException Class Reference

The exception that is thrown by OpenCVForUntiy. More...

Public Member Functions

 CvException ()
 Initializes a new instance of the CvException class.
 
 CvException (string message)
 Initializes a new instance of the CvException class with a specified error message.
 
 CvException (string message, Exception innerException)
 Initializes a new instance of the CvException class with a specified error message and a reference to the inner exception that caused this exception.
 
 CvException (string messageFormat, params object[] args)
 Initializes a new instance of the CvException class with a formatted error message.
 

Detailed Description

The exception that is thrown by OpenCVForUntiy.

Constructor & Destructor Documentation

◆ CvException() [1/4]

OpenCVForUnity.CoreModule.CvException.CvException ( )

Initializes a new instance of the CvException class.

◆ CvException() [2/4]

OpenCVForUnity.CoreModule.CvException.CvException ( string message)

Initializes a new instance of the CvException class with a specified error message.

Parameters
messageThe message that describes the error.

◆ CvException() [3/4]

OpenCVForUnity.CoreModule.CvException.CvException ( string messageFormat,
params object[] args )

Initializes a new instance of the CvException class with a formatted error message.

Parameters
messageFormatThe composite format string that contains text intermixed with format items.
argsAn array of objects to format.

◆ CvException() [4/4]

OpenCVForUnity.CoreModule.CvException.CvException ( string message,
Exception innerException )

Initializes a new instance of the CvException class with a specified error message and a reference to the inner exception that caused this exception.

Parameters
messageThe message that describes the error.
innerExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.

The documentation for this class was generated from the following file: