Click or drag to resize

V8Exception Constructor

Version 75.1.140
Initializes a new instance of the V8Exception class

Namespace:  CefSharp.RenderProcess
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public V8Exception(
	int endColumn,
	int endPosition,
	int lineNumber,
	string message,
	string scriptResourceName,
	string sourceLine,
	int startColumn,
	int startPosition
)

Parameters

endColumn
Type: SystemInt32

[Missing <param name="endColumn"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

endPosition
Type: SystemInt32

[Missing <param name="endPosition"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

lineNumber
Type: SystemInt32

[Missing <param name="lineNumber"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

message
Type: SystemString

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

scriptResourceName
Type: SystemString

[Missing <param name="scriptResourceName"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

sourceLine
Type: SystemString

[Missing <param name="sourceLine"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

startColumn
Type: SystemInt32

[Missing <param name="startColumn"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

startPosition
Type: SystemInt32

[Missing <param name="startPosition"/> documentation for "M:CefSharp.RenderProcess.V8Exception.#ctor(System.Int32,System.Int32,System.Int32,System.String,System.String,System.String,System.Int32,System.Int32)"]

See Also