Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobError Structure : Error Property |
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); }
For an example, refer to RunJob and RunJobAsync.