Mono Class Library: System.Xml.Xsl Namespace

System.Xml.Xsl.XsltCompileException Class

Represents a static XSL stylesheet compilation error. [Edit]

See Also: XsltCompileException Members

System.Object
     System.Exception
          System.SystemException
               System.Xml.Xsl.XsltException
                    System.Xml.Xsl.XsltCompileException

public class XsltCompileException : XsltException

Remarks

An instance of this class will be created to be thrown on an XSLT stylesheet compilation error. An input stylesheet in XslTransform.Load method is compiled into internal compiled stylesheet (that contains, for example, all compiled XPath expressions in the stylesheet, via System.Xml.XPath.XPathNavigator.Compile method). [Edit]

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0