FileUploaderItemFailedEventArgs Class

Provides data for the ItemFailed event.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public sealed class FileUploaderItemFailedEventArgs : EventArgs
Inheritance
Object    EventArgs    FileUploaderItemFailedEventArgs

Properties

ExceptionGets the exception that caused the failed event.
FailedActionInfoGets the action info where the failure occurred.
ItemGets the specific item in the upload queue related to the event.
QueueGets the upload queue related to the event.

See Also