37 instantiations of XpsPackagingException
ReachFramework (37)
Packaging\PartEditor.cs (2)
240throw new XpsPackagingException(SR.ReachPackaging_OpenDocOrElementAlreadyCalled); 258throw new XpsPackagingException(SR.ReachPackaging_OpenDocOrElementAlreadyCalled);
Packaging\XpsDocument.cs (6)
554throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasRootSequenceOrDocument); 558throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasRootSequenceOrDocument); 599throw new XpsPackagingException(SR.ReachPackaging_NotOpenForReading); 604throw new XpsPackagingException(SR.ReachPackaging_PackageUriNull); 615throw new XpsPackagingException(SR.ReachPackaging_InvalidStartingPart); 624throw new XpsPackagingException(SR.ReachPackaging_NotAFixedDocumentSequence);
Packaging\XpsFixedDocumentReaderWriter.cs (6)
317throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 321throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 423throw new XpsPackagingException(SR.ReachPackaging_PanelOrSequenceAlreadyOpen); 480throw new XpsPackagingException(SR.ReachPackaging_MoreThanOneDocStructure); 980throw new XpsPackagingException(SR.ReachPackaging_PartNotFound); 985throw new XpsPackagingException(SR.ReachPackaging_NotAFixedPage);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (4)
245throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 249throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 616throw new XpsPackagingException(SR.ReachPackaging_PartNotFound); 624throw new XpsPackagingException(SR.ReachPackaging_NotAFixedDocument);
Packaging\XpsFixedPageReaderWriter.cs (5)
516throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 520throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 860throw new XpsPackagingException(SR.ReachPackaging_MoreThanOneStoryFragment); 1257throw new XpsPackagingException(SR.ReachPackaging_UnsupportedImageType); 1921throw new XpsPackagingException(SR.ReachPackaging_ObfucatedFontNeedGuid);
Packaging\XpsInterleavingPolicy.cs (1)
531throw new XpsPackagingException(SR.ReachPackaging_DependantsNotCommitted);
Packaging\XpsManager.cs (6)
215throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasStartingPart); 309throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 359throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 405throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 734throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasThumbnail); 739throw new XpsPackagingException(SR.ReachPackaging_UnsupportedThumbnailImageType);
Packaging\XpsResourcePolicy.cs (1)
94throw new XpsPackagingException(SR.Format(SR.ReachPackaging_ServiceTypeAlreadyAdded, serviceType));
Packaging\XPSSignatureDefinition.cs (5)
348throw new XpsPackagingException(SR.ReachPackaging_SpotIDRequiredAttribute); 424throw new XpsPackagingException(SR.ReachPackaging_NotSignatureDefinitionElement); 507throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionAttribute, attributeName)); 531throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionAttribute, attributeName)); 567throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionElement, reader.Name));
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
866throw new XpsPackagingException(SR.ReachPackaging_UnsupportedImageType);
1 reference to XpsPackagingException
ReachFramework (1)
Packaging\XpsResourcePolicy.cs (1)
77/// <exception cref="XpsPackagingException">serviceType has already been registered..</exception>