Link Search Menu Expand Document

TextRecognizerException Constructor (String, Exception)

Initializes a new instance of the TextRecognizerException class.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public TextRecognizerException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message text.
innerException
Type: SystemException
The inner exception.
See Also

Reference