CefSettingsUncaughtExceptionStackSize Property |
The number of stack trace frames to capture for uncaught exceptions.
Specify a positive value to enable the CefV8ContextHandler::
OnUncaughtException() callback. Specify 0 (default value) and
OnUncaughtException() will not be called. Also configurable using the
"uncaught-exception-stack-size" command-line switch.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int UncaughtExceptionStackSize { get; set; }Property Value
Int32
See Also