System.Xml.Xsl.XsltCompileException Class

The exception that is thrown by the Load method when an error is found in the XSLT style sheet.

See Also: XsltCompileException Members

Syntax

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).

Requirements

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