  | TesseractOcrExceptionErrorCode Property  | 
Gets or sets the error code.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int ErrorCode { get; set; }Public Property ErrorCode As Integer
	Get
	Set
public:
property int ErrorCode {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
The error code.
See Also