| V8ExceptionLineNumber Property  | 
Version 118.6.80 
            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: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic int LineNumber { get; }public:
property int LineNumber {
	int get ();
}Return Value
Type: 
Int32Returns the 1-based number of the line where the error occurred or 0 if the line number is unknown.
 See Also
See Also