DebuggerClientSetPauseOnExceptionsAsync Method  | 
Version 106.0.290 
            Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or
            no exceptions. Initial pause on exceptions state is `none`.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic Task<DevToolsMethodResponse> SetPauseOnExceptionsAsync(
	SetPauseOnExceptionsState state
)
public:
Task<DevToolsMethodResponse^>^ SetPauseOnExceptionsAsync(
	SetPauseOnExceptionsState state
)
Parameters
- state
 - Type: CefSharp.DevTools.DebuggerSetPauseOnExceptionsState
Pause on exceptions mode. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also