Click or drag to resize
TesseractOcrException Constructor (String, Int32)
Initializes a new instance of the TesseractOcrException class.

Namespace: DevScope.Ocr.Tesseract.Windows
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public TesseractOcrException(
	string message,
	int errorCode
)

Parameters

message
Type: SystemString
The exception message.
errorCode
Type: SystemInt32
The exception error code.
See Also