You may have noticed inconsistencies in the .NET Framework BCL (Base Class Library) since 1.0 with regards to the behavior of Get/Indexer methods when the requested value does not exist. For instance, the indexer on the 1.1 System.Collections.Hashtable
Read More...