5 references to IOExceptionWithFileName
PresentationCore (5)
MS\Internal\FontCache\FontCacheUtil.cs (5)
760throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), NativeMethods.MakeHRFromErrorCode(errorCode)); 776return new IOException(SR.Format(SR.IOExceptionWithFileName, fileName), e); 833throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName)); 849throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName)); 853throw new IOException(SR.Format(SR.IOExceptionWithFileName, fileName));