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