Occurs when an exception is thrown while downloading a document asynchronously from the LoadUrl location.
[Visual Basic]
Public Event DownloadError() As UrlErrorEventHandler
[C#]
public event UrlErrorEventHandler DownloadError();
The event handler receives an argument of type UrlErrorEventArgs containing data related to this event. The following UrlErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Exception | Gets or sets a value that specifies the exception that caused the download error. |
Document Class | Document Members | LoadUrl
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.