Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

Error Property






The exception that was thrown (if any).
Syntax
public Exception Error {get; set;}
'Declaration
 
Public Property Error As Exception
'Usage
 
Dim instance As DocumentConverterJobError
Dim value As Exception
 
instance.Error = value
 
value = instance.Error
public Exception getError()
public void setError(Exception value)
            
public:
property Exception^ Error {
   Exception^ get();
   void set (    Exception^ value);
}

Property Value

The 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

See Also

Reference

DocumentConverterJobError Structure
DocumentConverterJobError Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features