| 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 | |
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.
| Property | Description |
|---|---|
| FailedUpload | The UploadException that caused the failure. |
Target Platforms: Microsoft .NET Framework 2.0