CefSettingsBaseUncaughtExceptionStackSize Property  | 
Version 104.4.240 
            The number of stack trace frames to capture for uncaught exceptions. Specify a positive value to enable the
            CefRenderProcessHandler. OnUncaughtException() callback. Specify 0 (default value) and OnUncaughtException() will not be
            called. Also configurable using the "uncaught-exception-stack-size" command-line switch.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 104.4.240.0
Syntaxpublic int UncaughtExceptionStackSize { get; set; }public:
property int UncaughtExceptionStackSize {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also