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

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public TesseractOcrExceptionInfo(
	string message
)

Parameters

message
Type: SystemString
The error message.
See Also