←Select platform

Error Property

Summary

The exception that was thrown (if any).

Syntax
C#
VB
C++
Java
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

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