Click or drag to resize

V8ExceptionStartColumn Property

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

Namespace:  CefSharp.RenderProcess
Assembly:  CefSharp (in CefSharp.dll) Version: 97.1.60.0 (97.1.60.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