Click or drag to resize
TesseractOcrException Constructor (SerializationInfo, StreamingContext)
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(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The exception information.
context
Type: System.Runtime.SerializationStreamingContext
The exception context.
See Also