Gets information about last exception that occurred during the upload process.

Namespace:  EasyAlgo.EAUpload
Assembly:  EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.2.0

Syntax

C#
public Exception LastError { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastError As Exception

Field Value

Type: System..::.Exception
An Exception object that reperesents last occurred exception during the upload process. Default value is nullNothingnullptra null reference (Nothing in Visual Basic).

Remarks

The LastError property is populated when exception occurs during the upload process.

See Also