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

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public Exception Error { get; }
Visual Basic (Declaration)
Public ReadOnly Property Error As Exception
J#
/** @property */
public Exception get_Error()
JScript
public function get Error () : Exception

Remarks

Read only property. If no unhandled exception was raised during the file download then the property is null

See Also