CefV8ValueSetRethrowExceptions Method |
Set whether this object will re-throw future exceptions. By default
exceptions are not re-thrown. If a exception is re-thrown the current
context should not be accessed again until after the exception has been
caught and not re-thrown. Returns true on success. This attribute exists
only in the scope of the current CEF value object.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool SetRethrowExceptions(
bool rethrow
)
Parameters
- rethrow
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also