Skip to main content
All docs
V25.1
  • AsyncDownloadPolicy.FailedEventArgs Properties

    Contains data for the Failed event.
    Name Description
    Content Gets or sets the content in place of an external resource that fails to load.
    ErrorContent
    Exception Gets the exception.
    Uri Gets the identifier of the downloaded resource.
    ValueType Gets a value that identifies the group of controls to which an individual control (that initiated the download) belongs. Inherited from AsyncDownloadPolicy.AsyncDownloaderEventArgs.
    See Also