Click or drag to resize

V8ExceptionLineNumber Property

Version 94.4.20
Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown.

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

Return Value

Type: Int32
Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown.
See Also