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 |
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.
Property | Description |
---|---|
Exception | The exception that caused the UploadFailed event. |
Target Platforms: Microsoft .NET Framework 2.0