Click or drag to resize

DownloadResultError Property

Allow to get an unhandled exception that was raised during the file download.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Exception Error { get; }

Property Value

Type: Exception
Remarks
Read only property. If no unhandled exception was raised during the file download then the property is null
See Also