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: Find Out More About an Exception with the Exception Assistant
How to: Check an Exception's Inner Exception