10 references to FileFormatException
PresentationCore (10)
MS\Internal\FontFace\CompositeFontParser.cs (1)
942
throw new
FileFormatException
(new Uri(fileName, UriKind.RelativeOrAbsolute), message, innerException);
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (9)
804
return new System.IO.
FileFormatException
(null, SR.Image_UnknownFormat, exceptionForHR);
845
return new System.IO.
FileFormatException
(null, SR.Image_DecoderError, exceptionForHR);
848
return new System.IO.
FileFormatException
(null, SR.Image_HeaderError, exceptionForHR);
878
return new System.IO.
FileFormatException
(null, SR.Image_UnexpectedMetadataType, exceptionForHR);
881
return new System.IO.
FileFormatException
(null, SR.Image_RequestOnlyValidAtMetadataRoot, exceptionForHR);
887
return new System.IO.
FileFormatException
(null, SR.Image_DuplicateMetadataPresent, exceptionForHR);
890
return new System.IO.
FileFormatException
(null, SR.Image_PropertyUnexpectedType, exceptionForHR);
893
return new System.IO.
FileFormatException
(null, SR.Image_TooMuchMetadata, exceptionForHR);
905
return new System.IO.
FileFormatException
(null, SR.Image_InvalidColorContext, exceptionForHR);