PowerWEB File Upload for ASP.NET
UploadFailed Event
See Also  Send comments on this topic.
Dart.FileUpload Namespace > UploadManager Class : UploadFailed Event



Event raised when entire file upload operation has failed.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Event raised when an upload operation fails.")>
<CategoryAttribute("Action")>
Public Event UploadFailed As UploadFailedEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim handler As UploadFailedEventHandler
 
AddHandler instance.UploadFailed, handler
C# 
[DartDescriptionAttribute("Event raised when an upload operation fails.")]
[CategoryAttribute("Action")]
public event UploadFailedEventHandler UploadFailed
C++/CLI 
[DartDescriptionAttribute("Event raised when an upload operation fails.")]
[CategoryAttribute("Action")]
public:
event UploadFailedEventHandler^ UploadFailed

Event Data

The event handler receives an argument of type UploadFailedEventArgs containing data related to this event. The following UploadFailedEventArgs properties provide information specific to this event.

PropertyDescription
Exception The exception that caused the UploadFailed event.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.