Click or drag to resize

ExportException 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:  Law.EdaIntegration.Exports
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public Exception Exception { get; }

Property Value

Type: Exception
See Also