2.2.9.6 KeyNotFoundException

The KeyNotFoundException exception type is a derived class of SystemException as specified in [MS-NRTP], section 2.2.2.8. The library name of the class is "mscorlib". There are no members other than those inherited from the SystemException class. This class has an additional constraint that the HRESULT MUST be the hex value 0x80131577.

 Namespace System.Collections.Generic
 {
   Class KeyNotFoundException:System.SystemException
   {
   }
 }