19 references to KeyNotFoundException
mscorlib (3)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
975throw new KeyNotFoundException();
System\Diagnostics\Eventing\TraceLogging\EventPayload.cs (1)
51throw new System.Collections.Generic.KeyNotFoundException();
system\throwhelper.cs (1)
68throw new System.Collections.Generic.KeyNotFoundException();
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
773throw new KeyNotFoundException();
PresentationFramework (9)
src\Framework\MS\Internal\WeakDictionary.cs (1)
255throw new KeyNotFoundException();
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
50throw new KeyNotFoundException();
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (7)
137throw new KeyNotFoundException(); 196throw new KeyNotFoundException(); 234throw new KeyNotFoundException(); 280throw new KeyNotFoundException(); 298throw new KeyNotFoundException(); 316throw new KeyNotFoundException(); 336throw new KeyNotFoundException();
System (2)
compmod\system\collections\generic\throwhelper.cs (1)
59throw new System.Collections.Generic.KeyNotFoundException();
compmod\system\collections\specialized\stringdictionary.cs (1)
245if (!m_stringDictionary.ContainsKey(key)) throw new KeyNotFoundException();
System.Core (1)
Microsoft\Scripting\Utils\CacheDict.cs (1)
117throw new KeyNotFoundException();
System.Runtime.DurableInstancing (1)
System\Runtime\PersistencePipeline.cs (1)
285throw Fx.Exception.AsError(new KeyNotFoundException());
System.ServiceModel (1)
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
80throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new KeyNotFoundException());
System.ServiceModel.Internals (1)
System\Runtime\Collections\NullableKeyDictionary.cs (1)
60throw Fx.Exception.AsError(new KeyNotFoundException());