Click or drag to resize

V8ExceptionEndColumn Property

Version 94.4.20
Returns the index within the line of the last character where the error occurred.

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

Return Value

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