CefV8Value SetRethrowExceptions Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool SetRethrowExceptions(
	bool rethrow
)

Parameters

rethrow
Type: OnlineSystem Boolean

[Missing <param name="rethrow"/> documentation for "M:Xilium.CefGlue.CefV8Value.SetRethrowExceptions(System.Boolean)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Value.SetRethrowExceptions(System.Boolean)"]

See Also