March 2002
Intermediate to advanced
864 pages
31h 8m
English
XsltCompileException
The XslTransform.Load() method throws this
exception when it encounters an error in an XSLT document.
public class XsltCompileException : XsltException { // Public Constructors public method XsltCompileException(Exception inner, string sourceUri, int lineNumber, int linePosition); // Protected Constructors protected method XsltCompileException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); // Public Instance Properties public override field string Message{get; } // overrides XsltException // Public Instance Methods public override method void GetObjectData( // overrides XsltException System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→XsltException→XsltCompileException