Click or drag to resize
ScriptException Constructor (String)
Version 51.0.0
Initializes a new instance of the ScriptException class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public ScriptException(
	string message
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:CefSharp.ScriptException.#ctor(System.String)"]

See Also