Troubleshooting Exceptions: System.DeploymentFramework.DeploymentDownloadException

A T:System.DeploymentFramework.DeploymentDownloadException occurs if a network exception of any kind occurs when an application update is being downloaded.

Associated Tips

  • Examine InnerException to determine the underlying System.Net or System.IO exception.
    This exception occurs whenever there is a network exception when an application update is being downloaded. Examine the exception's InnerException property to determine the underlying exception.

See Also

Tasks

How to: Use the Exception Assistant

How to: Check an Exception's Inner Exception (Visual Basic)