←Select platform

Error Property

Summary

The exception that was thrown (if any).

Syntax

C#
VB
Java
C++
public Exception Error { get; set; } 
Public Property [Error]() As System.Exception 
   Get 
   Set 
public:  
   property System::Exception^ Error 
   { 
      System::Exception^ get() 
      void set(System::Exception^ value) 
   } 
public Exception getError() 
public void setError(Exception value) 

Property Value

The System.Exception object that was thrown and caught by the engine. May be a null value.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly