errorCode
text
url
protected void HtmlError(int errorCode, string text, KUrl reqUrl) { interceptor.Invoke("htmlError$$#", "htmlError(int, const QString&, const KUrl&)", typeof(void), typeof(int), errorCode, typeof(string), text, typeof(KUrl), reqUrl); }