6 references to XmlNodeException
Microsoft.Web.XmlTransform (6)
XmlTransform.cs (1)
331
throw new
XmlNodeException
(message, matchFailureContext.Node);
XmlTransformation.cs (4)
310
throw new
XmlNodeException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportUnknownAttribute, attribute.Name), attribute);
314
throw new
XmlNodeException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportAttributeConflict), context.Element);
317
throw new
XmlNodeException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportMissingAssembly), context.Element);
320
throw new
XmlNodeException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_ImportMissingNamespace), context.Element);
XmlTransformationLogger.cs (1)
181
throw new
XmlNodeException
(String.Format(CultureInfo.CurrentCulture, message, messageArgs), referenceNode);