When does Registry.CreateSubKey return null?

Posted by Noam Gal on Stack Overflow See other posts from Stack Overflow or by Noam Gal
Published on 2010-06-17T10:27:26Z Indexed on 2010/06/17 10:33 UTC
Read the original article Hit count: 204

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about registry