When does Registry.CreateSubKey return null?
- by Noam Gal
From what I understand in the documentation, it returns null if it fails, but it seems to me there is an exception ready for every fail scenario.
In what standard scenario will this function actually return a null value?