SetPauseOnExceptionsState Enumeration |
Version 118.6.80
Pause on exceptions mode.
Namespace:
CefSharp.DevTools.Debugger
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum SetPauseOnExceptionsState
public enum class SetPauseOnExceptionsState
Members
| Member name | Value | Description |
---|
| None | 0 |
none
|
| Caught | 1 |
caught
|
| Uncaught | 2 |
uncaught
|
| All | 3 |
all
|
See Also