added maxDepth parameter to WalkFromException() (patch 1759239)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user