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