Gets information about last exception that occurred during the upload process.
Namespace:
EasyAlgo.EAUploadAssembly: EasyAlgo.EAUpload (in EasyAlgo.EAUpload.dll)
Version: 1.3.0.0
Syntax
| C# |
|---|
public Exception LastError { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LastError As Exception |
Field Value
Type: System..::.ExceptionAn 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.
