CefSettings UncaughtExceptionStackSize Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public int UncaughtExceptionStackSize { get; set; }

Property Value

Type: OnlineInt32
See Also