mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / uncaught_exception_stack_size Property
In This Topic
    uncaught_exception_stack_size Property
    In This Topic
    Description

    The number of stack trace frames to capture for uncaught exceptions.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property uncaught_exception_stack_size As Long
    Remarks

    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.
     

    See Also