FileUploaderItemFailedEventArgs Class
Definition
- Namespace
- GleamTech.FileUltimate.AspNet.UI
- Assembly
- GleamTech.FileUltimate.dll
Provides data for the ItemFailed event.
public sealed class FileUploaderItemFailedEventArgs : EventArgs
- Inheritance
-
FileUploaderItemFailedEventArgs
Properties
| Exception |
Gets the exception that caused the failed event. |
| FailedActionInfo |
Gets the action info where the failure occurred. |
| Item |
Gets the specific item in the upload queue related to the event. |
| Queue |
Gets the upload queue related to the event. |