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.9.36244
Syntaxpublic Exception Error { get; }
Public ReadOnly Property Error As Exception
Get
/** @property */
public Exception get_Error()
function get Error () : Exception
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