←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly