←Select platform

Exception Property

Summary

Gets or sets the exception that was thrown (if any).

Syntax

C#
VB
Java
Objective-C
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Ocr Assembly
Click or drag to resize