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: 226
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