10 references to FileFormatException
PresentationCore (10)
MS\Internal\FontFace\CompositeFontParser.cs (1)
954throw new FileFormatException(new Uri(fileName, UriKind.RelativeOrAbsolute), message, innerException);
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_render.cs (9)
813return new System.IO.FileFormatException(null, SR.Image_UnknownFormat, exceptionForHR); 854return new System.IO.FileFormatException(null, SR.Image_DecoderError, exceptionForHR); 857return new System.IO.FileFormatException(null, SR.Image_HeaderError, exceptionForHR); 887return new System.IO.FileFormatException(null, SR.Image_UnexpectedMetadataType, exceptionForHR); 890return new System.IO.FileFormatException(null, SR.Image_RequestOnlyValidAtMetadataRoot, exceptionForHR); 896return new System.IO.FileFormatException(null, SR.Image_DuplicateMetadataPresent, exceptionForHR); 899return new System.IO.FileFormatException(null, SR.Image_PropertyUnexpectedType, exceptionForHR); 902return new System.IO.FileFormatException(null, SR.Image_TooMuchMetadata, exceptionForHR); 914return new System.IO.FileFormatException(null, SR.Image_InvalidColorContext, exceptionForHR);