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



Event raised when an individual file upload has failed.

Syntax

Visual Basic (Declaration) 
<DartDescriptionAttribute("Event raised when an individual file upload has failed.")>
<CategoryAttribute("Action")>
Public Event FileUploadFailed As FileUploadExceptionEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UploadManager
Dim handler As FileUploadExceptionEventHandler
 
AddHandler instance.FileUploadFailed, handler
C# 
[DartDescriptionAttribute("Event raised when an individual file upload has failed.")]
[CategoryAttribute("Action")]
public event FileUploadExceptionEventHandler FileUploadFailed
C++/CLI 
[DartDescriptionAttribute("Event raised when an individual file upload has failed.")]
[CategoryAttribute("Action")]
public:
event FileUploadExceptionEventHandler^ FileUploadFailed

Event Data

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

PropertyDescription
FailedUpload The UploadException that caused the failure.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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