The exception that is thrown by OpenCVForUntiy.
More...
|
| 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.
|
|
The exception that is thrown by OpenCVForUntiy.
◆ CvException() [1/4]
OpenCVForUnity.CoreModule.CvException.CvException |
( |
| ) |
|
◆ CvException() [2/4]
OpenCVForUnity.CoreModule.CvException.CvException |
( |
string | message | ) |
|
Initializes a new instance of the CvException class with a specified error message.
- Parameters
-
message | The 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
-
messageFormat | The composite format string that contains text intermixed with format items. |
args | An 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
-
message | The message that describes the error. |
innerException | The 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: