| V8ExceptionScriptResourceName Property  | 
Version 118.6.80 
            Returns the resource name for the script from where the function causing the error originates.
            
 
    Namespace: 
   CefSharp.RenderProcess
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic string ScriptResourceName { get; }public:
property String^ ScriptResourceName {
	String^ get ();
}Return Value
Type: 
StringReturns the resource name for the script from where the function causing the error originates.
 See Also
See Also