←Select platform

Error Property (DocumentConverterJobError)

Summary

The exception that was thrown (if any).

Syntax

C#
VB
Java
C++
public System.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

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