Visual Basic (Declaration) | |
---|---|
Public Event Failed As EventHandler(Of TaskFailedEventArgs) |
C# | |
---|---|
public event EventHandler<TaskFailedEventArgs> Failed |
The event handler receives an argument of type TaskFailedEventArgs containing data related to this event. The following TaskFailedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | The error returned from executing the task. |
UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) | Gets the unique identifier for the asynchronous task. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8