For issues relating to the .NET KeyNotFoundException.
The KeyNotFoundException is an Exception of the .NET that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
KeyNotFoundException uses the HRESULT COR_E_KEYNOTFOUND
, which has the value 0x80131577
.