Hi folks, this i probably rather simple, but i just cant to figure out how to make it work :/

i have this, tiny tiny piece of code, which im actually rather proud of :b

Code:
            try
            {
                string[] folders = Directory.GetDirectories(@"C:\\", "*", SearchOption.AllDirectories);
            }
            catch (UnauthorizedAccessException)
...