X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2f0b9342aecc01f06871c53c75c53e8f7be9ff3..ef81fe8b3f49914196ea77d9b7625ceee2776b47:/docs/latex/wx/stackwalker.tex diff --git a/docs/latex/wx/stackwalker.tex b/docs/latex/wx/stackwalker.tex index 562e80eb76..efce907157 100644 --- a/docs/latex/wx/stackwalker.tex +++ b/docs/latex/wx/stackwalker.tex @@ -94,9 +94,11 @@ Up to \arg{maxDepth} frames are walked from the innermost to the outermost one. \membersection{wxStackWalker::WalkFromException}\label{wxstackwalkerwalkfromexception} -\func{void}{WalkFromException}{\void} +\func{void}{WalkFromException}{\param{size\_t }{maxDepth = 200}} Enumerate stack frames from the location of uncaught exception. This method can only be called from \helpref{wxApp::OnFatalException()}{wxapponfatalexception}. +Up to \arg{maxDepth} frames are walked from the innermost to the outermost one. +