2 references to FileNotFoundExceptionWithFileName
PresentationCore (2)
MS\Internal\FontCache\FontCacheUtil.cs (1)
771throw new FileNotFoundException(SR.Format(SR.FileNotFoundExceptionWithFileName, fileName), fileName);
System\Windows\Media\ColorContext.cs (1)
552throw new FileNotFoundException(SR.Format(SR.FileNotFoundExceptionWithFileName, profileUri.AbsolutePath), profileUri.AbsolutePath);