FileUploaderFailedEventArgs Class

Provides data for the Failed event.

Definition

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

Properties

ExceptionGets the exception that caused the failed event.
FailedActionInfoGets the action info where the failure occurred.
ItemsGets the items of the upload queue related to the event.
QueueGets the upload queue related to the event.

See Also