37 instantiations of XpsPackagingException
ReachFramework (37)
Packaging\PartEditor.cs (2)
232throw new XpsPackagingException(SR.ReachPackaging_OpenDocOrElementAlreadyCalled); 250throw new XpsPackagingException(SR.ReachPackaging_OpenDocOrElementAlreadyCalled);
Packaging\XpsDocument.cs (6)
545throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasRootSequenceOrDocument); 549throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasRootSequenceOrDocument); 590throw new XpsPackagingException(SR.ReachPackaging_NotOpenForReading); 595throw new XpsPackagingException(SR.ReachPackaging_PackageUriNull); 606throw new XpsPackagingException(SR.ReachPackaging_InvalidStartingPart); 615throw new XpsPackagingException(SR.ReachPackaging_NotAFixedDocumentSequence);
Packaging\XpsFixedDocumentReaderWriter.cs (6)
313throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 317throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 419throw new XpsPackagingException(SR.ReachPackaging_PanelOrSequenceAlreadyOpen); 476throw new XpsPackagingException(SR.ReachPackaging_MoreThanOneDocStructure); 976throw new XpsPackagingException(SR.ReachPackaging_PartNotFound); 981throw new XpsPackagingException(SR.ReachPackaging_NotAFixedPage);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (4)
241throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 245throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 612throw new XpsPackagingException(SR.ReachPackaging_PartNotFound); 620throw new XpsPackagingException(SR.ReachPackaging_NotAFixedDocument);
Packaging\XpsFixedPageReaderWriter.cs (5)
510throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 514throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 854throw new XpsPackagingException(SR.ReachPackaging_MoreThanOneStoryFragment); 1251throw new XpsPackagingException(SR.ReachPackaging_UnsupportedImageType); 1915throw new XpsPackagingException(SR.ReachPackaging_ObfucatedFontNeedGuid);
Packaging\XpsInterleavingPolicy.cs (1)
528throw new XpsPackagingException(SR.ReachPackaging_DependantsNotCommitted);
Packaging\XpsManager.cs (6)
202throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasStartingPart); 296throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 346throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 392throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 721throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasThumbnail); 726throw new XpsPackagingException(SR.ReachPackaging_UnsupportedThumbnailImageType);
Packaging\XpsResourcePolicy.cs (1)
92throw new XpsPackagingException(SR.Format(SR.ReachPackaging_ServiceTypeAlreadyAdded, serviceType));
Packaging\XPSSignatureDefinition.cs (5)
342throw new XpsPackagingException(SR.ReachPackaging_SpotIDRequiredAttribute); 418throw new XpsPackagingException(SR.ReachPackaging_NotSignatureDefinitionElement); 501throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionAttribute, attributeName)); 525throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionAttribute, attributeName)); 561throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionElement, reader.Name));
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
865throw new XpsPackagingException(SR.ReachPackaging_UnsupportedImageType);
1 reference to XpsPackagingException
ReachFramework (1)
Packaging\XpsResourcePolicy.cs (1)
75/// <exception cref="XpsPackagingException">serviceType has already been registered..</exception>