9 references to FileFormatException
System.IO.Packaging (9)
System\IO\Packaging\InternalRelationshipCollection.cs (1)
561
throw new
FileFormatException
(SR.RelationshipPartIncorrectContentType);
System\IO\Packaging\Package.cs (1)
428
throw new
FileFormatException
(SR.BadPackageFormat);
System\IO\Packaging\PackagingUtilities.cs (1)
53
throw new
FileFormatException
(SR.EncodingNotSupported);
System\IO\Packaging\PartBasedPackageProperties.cs (4)
441
throw new
FileFormatException
(SR.NoExternalTargetForMetadataRelationship);
449
throw new
FileFormatException
(SR.DanglingMetadataRelationship);
454
throw new
FileFormatException
(SR.WrongContentTypeForPropertyPart);
469
throw new
FileFormatException
(SR.MoreThanOneMetadataRelationships);
System\IO\Packaging\ZipPackage.cs (2)
370
throw new
FileFormatException
(SR.ZipZeroSizeFileIsNotValidArchive);
406
throw new
FileFormatException
(SR.FileContainsCorruptedData);