Click or drag to resize

V8ExceptionStartPosition Property

Version 85.3.121
Returns the index within the script of the first character where the error occurred.

Namespace:  CefSharp.RenderProcess
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public int StartPosition { get; }

Return Value

Type: Int32
Returns the index within the script of the first character where the error occurred.
See Also