1 type derived from XmlTransformationException
Microsoft.Web.XmlTransform (1)
XmlNodeException.cs (1)
14
public sealed class XmlNodeException :
XmlTransformationException
17 instantiations of XmlTransformationException
Microsoft.Web.XmlTransform (17)
NamedTypeFactory.cs (4)
49
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_UnknownTypeName, typeName, typeof(ObjectType).Name));
52
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_IncorrectBaseType, type.FullName, typeof(ObjectType).Name));
57
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_NoValidConstructor, type.FullName));
78
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_AmbiguousTypeMatch, typeName));
XmlElementContext.cs (1)
321
throw new
XmlTransformationException
(Resources.XMLTRANSFORMATION_BadAttributeValue);
XmlLocator.cs (3)
126
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_RequiresMinimumArguments, GetType().Name, min));
134
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture, Resources.XMLTRANSFORMATION_RequiresExactArguments, GetType().Name, min));
141
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture, Resources.XMLTRANSFORMATION_TooManyArguments, GetType().Name));
XmlLocators.cs (1)
48
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_MatchAttributeDoesNotExist, key));
XmlTransformation.cs (1)
149
throw new
XmlTransformationException
(Resources.XMLTRANSFORMATION_FatalTransformSyntaxError, ex);
XmlTransformationLogger.cs (1)
154
throw new
XmlTransformationException
(String.Format(CultureInfo.CurrentCulture, message, messageArgs));
XmlTransforms.cs (6)
118
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_InsertMissingArgument, GetType().Name));
121
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_InsertTooManyArguments, GetType().Name));
127
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_InsertBadXPath, xpath));
132
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_InsertBadXPathResult, xpath));
193
throw new
XmlTransformationException
(Resources.XMLTRANSFORMATION_InvalidCommentOutTarget);
463
throw new
XmlTransformationException
(string.Format(System.Globalization.CultureInfo.CurrentCulture,Resources.XMLTRANSFORMATION_MatchAttributeDoesNotExist, match));