Click or drag to resize

V8ExceptionStartColumn Property

Version 107.1.120
Returns the index within the line of the first character where the error occurred.

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

Return Value

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