OcrException Constructor (String, Exception) |
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public OcrException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: System.String
The reason for the exception. - innerException
- Type: System.Exception
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