←Select platform

ErrorMessages Property

Summary

Any error messages occurred during the conversion.

Syntax
C#
VB
C++
public string[] ErrorMessages { get; set; } 
Public Property ErrorMessages() As String() 
   Get 
   Set 
public:  
   property array<String^>^ ErrorMessages 
   { 
      array<String^>^ get() 
      void set(array<String^>^ value) 
   } 

Property Value

Any error messages occurred during the conversion. The default value is null.

Remarks

This value will be set by the runner when the job finishes and in case of errors, ErrorMessages will contain helpful hints and messages for the one or more error that might have occurred.

Example

For an example, refer to StatusJobDataRunner.

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.