TextRecognizerException Constructor (String, Exception)ByteScout Text Recognition SDK
Initializes a new instance of the TextRecognizerException class.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public TextRecognizerException(
	string message,
	Exception innerException
)

Parameters

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

Reference