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)
805
return new System.IO.
FileFormatException
(null, SR.Image_UnknownFormat, exceptionForHR);
846
return new System.IO.
FileFormatException
(null, SR.Image_DecoderError, exceptionForHR);
849
return new System.IO.
FileFormatException
(null, SR.Image_HeaderError, exceptionForHR);
879
return new System.IO.
FileFormatException
(null, SR.Image_UnexpectedMetadataType, exceptionForHR);
882
return new System.IO.
FileFormatException
(null, SR.Image_RequestOnlyValidAtMetadataRoot, exceptionForHR);
888
return new System.IO.
FileFormatException
(null, SR.Image_DuplicateMetadataPresent, exceptionForHR);
891
return new System.IO.
FileFormatException
(null, SR.Image_PropertyUnexpectedType, exceptionForHR);
894
return new System.IO.
FileFormatException
(null, SR.Image_TooMuchMetadata, exceptionForHR);
906
return new System.IO.
FileFormatException
(null, SR.Image_InvalidColorContext, exceptionForHR);