Click or drag to resize
TesseractOcrExceptionInfo Constructor (String, Int32)
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,
	int errorCode
)

Parameters

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