Click or drag to resize

V8ExceptionScriptResourceName Property

Version 94.4.20
Returns the resource name for the script from where the function causing the error originates.

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

Return Value

Type: String
Returns the resource name for the script from where the function causing the error originates.
See Also