]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/stackwalker.tex
added maxDepth parameter to WalkFromException() (patch 1759239)
[wxWidgets.git] / docs / latex / wx / stackwalker.tex
index 562e80eb760a9996c729fa8dc4b182e1a8eac54b..efce907157394f2e35bf9b2e2f1a5d1f9fe1df6a 100644 (file)
@@ -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.
+