5 references to IOExceptionWithFileName
PresentationCore (5)
MS\Internal\FontCache\FontCacheUtil.cs (5)
783throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), NativeMethods.MakeHRFromErrorCode(errorCode)); 799return new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), e); 865throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName)); 881throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName)); 885throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName));