RelationshipErrorHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class that holds information about invalid relationships in PackagePart instances.
public abstract class RelationshipErrorHandler
type RelationshipErrorHandler = class
Public MustInherit Class RelationshipErrorHandler
- Inheritance
-
RelationshipErrorHandler
Constructors
RelationshipErrorHandler() |
Methods
CreateRewriterFactory(RelationshipErrorHandler+Rewriter) |
Create a RelationshipErrorHandler that simply rewrites the invalid target Uri. |
OnPackageLoaded() |
Callback for after a package has been completely loaded and all rewritting has occurred. |
Rewrite(Uri, String, String) |
Rewrites an invalid URI with a valid one in order to correctly open a package. |