| V8ExceptionStartPosition Property  | 
Version 118.6.80 
            Returns the index within the script of the first character where the error occurred.
            
 
    Namespace: 
   CefSharp.RenderProcess
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
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
See Also