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