V8ExceptionStartPosition Property  | 
Version 106.0.290 
            Returns the index within the script of the first character where the error occurred.
            
 
    Namespace: 
   CefSharp.RenderProcess
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic int StartPosition { get; }public:
property int StartPosition {
	int get ();
}Return Value
Type: 
Int32Returns the index within the script of the first character where the error occurred.
See Also