Bug #16
System.IO.DirectoryNotFound exception
| Status: | Resolved | Start: | 07/21/2009 | |
| Priority: | 3 - Medium | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 1.0.72.0 | |||
| label_votes: | 0 |
Description
this is thrown and not caught when userprofile\my documents\windowspowershell doesn't exist and one of profile or autops_profile is requested.
History
Updated by David Warburton 410 days ago
- Status changed from New to Resolved
- Target version set to 1.0.72.0
added catch for that one and several others that could be thrown here.
catch (ArgumentException) {}
catch (PathTooLongException) {}
catch (DirectoryNotFoundException) {}
catch (UnauthorizedAccessException) {}
catch (FileNotFoundException) {}
catch (NotSupportedException) {}