Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Exception Property








Gets or sets the exception that was thrown (if any).
Syntax
public Exception Exception {get; set;}
'Declaration
 
Public Property Exception As Exception
'Usage
 
Dim instance As OcrAutoRecognizeManagerJobError
Dim value As Exception
 
instance.Exception = value
 
value = instance.Exception
public HResult Exception {get; set;}
@property (nonatomic, strong) NSError *error
public Exception getException()
public void setException(Exception value)
            
 <br/>get_Exception();<br/>set_Exception(value);<br/>Object.defineProperty('Exception'); 
public:
property Exception^ Exception {
   Exception^ get();
   void set (    Exception^ value);
}

Property Value

An Exception object that specifies the exception that was thrown (if any). May be a null reference (Nothing in Visual Basic). Default value is null.
Example
For an example, refer to RunJob.
Requirements

Target Platforms

See Also

Reference

OcrAutoRecognizeManagerJobError Structure
OcrAutoRecognizeManagerJobError Members
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features