37 instantiations of XpsPackagingException
ReachFramework (37)
Packaging\PartEditor.cs (2)
228throw new XpsPackagingException(SR.ReachPackaging_OpenDocOrElementAlreadyCalled); 246throw new XpsPackagingException(SR.ReachPackaging_OpenDocOrElementAlreadyCalled);
Packaging\XpsDocument.cs (6)
544throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasRootSequenceOrDocument); 548throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasRootSequenceOrDocument); 589throw new XpsPackagingException(SR.ReachPackaging_NotOpenForReading); 594throw new XpsPackagingException(SR.ReachPackaging_PackageUriNull); 605throw new XpsPackagingException(SR.ReachPackaging_InvalidStartingPart); 615throw new XpsPackagingException(SR.ReachPackaging_NotAFixedDocumentSequence);
Packaging\XpsFixedDocumentReaderWriter.cs (6)
312throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 316throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 418throw new XpsPackagingException(SR.ReachPackaging_PanelOrSequenceAlreadyOpen); 475throw new XpsPackagingException(SR.ReachPackaging_MoreThanOneDocStructure); 975throw new XpsPackagingException(SR.ReachPackaging_PartNotFound); 980throw new XpsPackagingException(SR.ReachPackaging_NotAFixedPage);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (4)
240throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 244throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 611throw new XpsPackagingException(SR.ReachPackaging_PartNotFound); 619throw new XpsPackagingException(SR.ReachPackaging_NotAFixedDocument);
Packaging\XpsFixedPageReaderWriter.cs (5)
509throw new XpsPackagingException(SR.ReachPackaging_PrintTicketAlreadyCommitted); 513throw new XpsPackagingException(SR.ReachPackaging_NotAPrintTicket); 853throw new XpsPackagingException(SR.ReachPackaging_MoreThanOneStoryFragment); 1250throw new XpsPackagingException(SR.ReachPackaging_UnsupportedImageType); 1911throw new XpsPackagingException(SR.ReachPackaging_ObfucatedFontNeedGuid);
Packaging\XpsInterleavingPolicy.cs (1)
527throw new XpsPackagingException(SR.ReachPackaging_DependantsNotCommitted);
Packaging\XpsManager.cs (6)
201throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasStartingPart); 295throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 345throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 391throw new XpsPackagingException(SR.ReachPackaging_OnlyWriters); 720throw new XpsPackagingException(SR.ReachPackaging_AlreadyHasThumbnail); 725throw new XpsPackagingException(SR.ReachPackaging_UnsupportedThumbnailImageType);
Packaging\XpsResourcePolicy.cs (1)
91throw new XpsPackagingException(SR.Format(SR.ReachPackaging_ServiceTypeAlreadyAdded, serviceType));
Packaging\XPSSignatureDefinition.cs (5)
341throw new XpsPackagingException(SR.ReachPackaging_SpotIDRequiredAttribute); 417throw new XpsPackagingException(SR.ReachPackaging_NotSignatureDefinitionElement); 500throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionAttribute, attributeName)); 524throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionAttribute, attributeName)); 560throw new XpsPackagingException(SR.Format(SR.ReachPackaging_NotValidSignatureDefinitionElement, reader.Name));
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
855throw new XpsPackagingException(SR.ReachPackaging_UnsupportedImageType);
1 reference to XpsPackagingException
ReachFramework (1)
Packaging\XpsResourcePolicy.cs (1)
74/// <exception cref="XpsPackagingException">serviceType has already been registered..</exception>