System.Xml.Xsl.XsltCompileException.XsltCompileException C# (CSharp) Method

XsltCompileException() public method

public XsltCompileException ( String message ) : System.Globalization
message String
return System.Globalization
        public XsltCompileException(String message) : base (message) {}

Same methods

XsltCompileException::XsltCompileException ( ) : System.Globalization
XsltCompileException::XsltCompileException ( Exception inner, string sourceUri, int lineNumber, int linePosition ) : System.Globalization
XsltCompileException::XsltCompileException ( SerializationInfo info, StreamingContext context ) : System.Globalization
XsltCompileException::XsltCompileException ( String message, Exception innerException ) : System.Globalization