The exception that is thrown by DlibFaceLandmarkDetector.
More...
|
| | DlibException () |
| | Initializes a new instance of the DlibException class.
|
| |
| | DlibException (string message) |
| | Initializes a new instance of the DlibException class with a specified error message.
|
| |
| | DlibException (string message, Exception innerException) |
| | Initializes a new instance of the DlibException class with a specified error message and a reference to the inner exception that caused this exception.
|
| |
| | DlibException (string messageFormat, params object[] args) |
| | Initializes a new instance of the DlibException class with a formatted error message.
|
| |
The exception that is thrown by DlibFaceLandmarkDetector.
◆ DlibException() [1/4]
| DlibFaceLandmarkDetector.DlibException.DlibException |
( |
| ) |
|
◆ DlibException() [2/4]
| DlibFaceLandmarkDetector.DlibException.DlibException |
( |
string | message | ) |
|
Initializes a new instance of the DlibException class with a specified error message.
- Parameters
-
| message | The message that describes the error. |
◆ DlibException() [3/4]
| DlibFaceLandmarkDetector.DlibException.DlibException |
( |
string | messageFormat, |
|
|
params object[] | args ) |
Initializes a new instance of the DlibException 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. |
◆ DlibException() [4/4]
| DlibFaceLandmarkDetector.DlibException.DlibException |
( |
string | message, |
|
|
Exception | innerException ) |
Initializes a new instance of the DlibException 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:
- DlibFaceLandmarkDetector/Assets/DlibFaceLandmarkDetector/Scripts/DlibException.cs