Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnexpectedKeyword()

XsltException System.Xml.Xsl.XsltOld.Compiler.UnexpectedKeyword ( )
inline

Definition at line 961 of file Compiler.cs.

962 {
963 XPathNavigator xPathNavigator = Input.Navigator.Clone();
964 string name = xPathNavigator.Name;
965 xPathNavigator.MoveToParent();
966 string name2 = xPathNavigator.Name;
967 return XsltException.Create(System.SR.Xslt_UnexpectedKeyword, name, name2);
968 }
static string Xslt_UnexpectedKeyword
Definition SR.cs:2074
Definition SR.cs:7

References System.Xml.Xsl.XsltException.Create(), and System.SR.Xslt_UnexpectedKeyword.