Click or drag to resize

UploadResultError Property

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

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 upload then the property is null
See Also