5 references to IOExceptionWithFileName
PresentationCore (5)
MS\Internal\FontCache\FontCacheUtil.cs (5)
780throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), NativeMethods.MakeHRFromErrorCode(errorCode)); 796return new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), e); 861throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName)); 877throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName)); 881throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName));