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

XslTransformException() public method

public XslTransformException ( string message ) : System.Diagnostics
message string
return System.Diagnostics
        public XslTransformException(string message)
            : base(CreateMessage(message, null), null)
        { }

Same methods

XslTransformException::XslTransformException ( Exception inner, string res ) : System.Diagnostics