| TesseractOcrExceptionInfo Constructor (String, Int32) |
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public TesseractOcrExceptionInfo(
string message,
int errorCode
)
Public Sub New (
message As String,
errorCode As Integer
)
public:
TesseractOcrExceptionInfo(
[InAttribute] String^ message,
[InAttribute] int errorCode
)
Parameters
- message
- Type: SystemString
The error message. - errorCode
- Type: SystemInt32
The error code.
See Also