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

XslTransformException() public method

public XslTransformException ( Exception inner, string res ) : System.Diagnostics
inner Exception
res string
return System.Diagnostics
        public XslTransformException(Exception inner, string res, params string[] args)
            : base(CreateMessage(res, args), inner)
        { }

Same methods

XslTransformException::XslTransformException ( string message ) : System.Diagnostics