4 references to FileNotFoundException
Mono.Cecil (1)
Mono.Cecil\BaseAssemblyResolver.cs (1)
54 : base (string.Format ("Failed to resolve assembly: '{0}'", reference), innerException)
PresentationCore (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (2)
926return new System.IO.FileNotFoundException(SR.Format(SR.Media_DownloadFailed, null), exceptionForHR); 932return new System.IO.FileNotFoundException(SR.Media_FileNotFound, exceptionForHR);
System.Speech (1)
Recognition\RecognizerBase.cs (1)
1621throw new FileNotFoundException(SR.Get(SRID.ReferencedGrammarNotFound), e);