PhoenixmlDb.Core
XIncludeException
Thrown when XInclude processing (xi:include resolution) fails.
#XIncludeException
Namespace: PhoenixmlDb.Core.Xml
Thrown when XInclude processing (
xi:include
resolution) fails.
XInclude 1.0 distinguishes fatal errors (e.g. an include that resolves to a resource that cannot legally be included, or a security-policy violation such as a blocked remote fetch) from recoverable errors that fall back to xi:fallback content when present. XIncludeException.IsFatal records which case applies.
#Properties
| Name | Description |
|---|---|
IsFatal
|
true when this error must abort processing outright; false when it is recoverable via an xi:fallback element.
|
Kind
|
The category of this XInclude error. |