←Select platform

Exception Property

Summary
Gets or sets the exception that was thrown (if any).
Syntax
C#
VB
Objective-C
C++
Java
public Exception Exception { get; set; } 
Public Property Exception As Exception 
@property (nonatomic, strong) NSError *error 
public Exception getException() 
public void setException(Exception value) 
public: 
property Exception^ Exception { 
   Exception^ get(); 
   void set (    Exception^ ); 
} 

Property Value

An Exception object that specifies the exception that was thrown (if any). May be a null reference (Nothing in VB). Default value is null.

Example

For an example, refer to RunJob.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.