Dlib FaceLandmark Detector 1.4.1
Enox Software
Loading...
Searching...
No Matches
DlibFaceLandmarkDetector.DlibException Class Reference

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

Public Member Functions

 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.
 

Detailed Description

The exception that is thrown by DlibFaceLandmarkDetector.

Constructor & Destructor Documentation

◆ DlibException() [1/4]

DlibFaceLandmarkDetector.DlibException.DlibException ( )

Initializes a new instance of the DlibException class.

◆ DlibException() [2/4]

DlibFaceLandmarkDetector.DlibException.DlibException ( string message)

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

Parameters
messageThe 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
messageFormatThe composite format string that contains text intermixed with format items.
argsAn 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
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: