System.Xml.Xsl.XsltCompileException
namespace System.Xml.Xsl
{
public class XsltCompileException : XsltException
{
public XsltCompileException();
public XsltCompileException(Exception inner, string sourceUri, int lineNumber, int linePosition);
protected XsltCompileException(SerializationInfo info, StreamingContext context);
public XsltCompileException(string message);
public XsltCompileException(string message, Exception innerException);
}
}