Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeManagerJobError Structure : Exception Property |
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;}
get_Exception();
set_Exception(value);
Object.defineProperty('Exception');
public: property Exception^ Exception { Exception^ get(); void set ( Exception^ value); }