System.Xml.Xsl.Xslt.QilGenerator.ThrowErrorHelper.ReportWarning C# (CSharp) Method

ReportWarning() public method

public ReportWarning ( string res ) : void
res string
return void
            public void ReportWarning(string res, params string[] args) {
                Debug.Fail("Should never get here");
            }
        }
QilGenerator.ThrowErrorHelper