OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
Public Member Functions | List of all members
OpenCVForUnity.CoreModule.CvException Class Reference

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

Inheritance diagram for OpenCVForUnity.CoreModule.CvException:

Public Member Functions

 CvException ()
 
 CvException (string message)
 
 CvException (string messageFormat, params object[] args)
 
 CvException (string message, Exception innerException)
 

Detailed Description

The exception that is thrown by OpenCVForUntiy.

Constructor & Destructor Documentation

◆ CvException() [1/4]

OpenCVForUnity.CoreModule.CvException.CvException ( )

◆ CvException() [2/4]

OpenCVForUnity.CoreModule.CvException.CvException ( string  message)

Parameters
message

◆ CvException() [3/4]

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

Parameters
messageFormat
args

◆ CvException() [4/4]

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

Parameters
message
innerException

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