Click or drag to resize

IExportException Property

An exception that was thrown during the processing of the export which prevented the processing from completing successfully. If no exception occurred then this value will be Null.

Namespace:  EdaIntegrationContract.Exports
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
Exception Exception { get; }

Property Value

Type: Exception
See Also