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

Leadtools.Document.Converter Assembly