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