blah blah blah is here! blah blah » Close

0
votes
1 answers

Exception handling

i've got some code where i'm reading through all the folders in a drive. When i get to some folders an UnauthorizedAccessException occurs. I'd like the code to continue reading the remaining folder. What is the syntax so I can either i ...

Feedback