OcrException Constructor (String, Exception) |
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public OcrException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
The reason for the exception. - innerException
- Type: SystemException
The exception that is the cause of the current exception. If the innerException
parameter is not a null reference, the current exception is raised in a catch block that handles the inner
exception.
See Also