Click or drag to resize

CefRenderProcessHandlerOnUncaughtException Method

Called for global uncaught exceptions in a frame. Execution of this callback is disabled by default. To enable set CefSettings.uncaught_exception_stack_size > 0.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnUncaughtException(
	CefBrowser browser,
	CefFrame frame,
	CefV8Context context,
	CefV8Exception exception,
	CefV8StackTrace stackTrace
)

Parameters

browser  CefBrowser
 
frame  CefFrame
 
context  CefV8Context
 
exception  CefV8Exception
 
stackTrace  CefV8StackTrace
 
See Also