CoreWebView2ScriptException Class

Definition

This interface represents a JavaScript exception.

public class CoreWebView2ScriptException
type CoreWebView2ScriptException = class
Public Class CoreWebView2ScriptException
Inheritance
CoreWebView2ScriptException

Properties

ColumnNumber

The column number of the source where the exception occurred. Note that this position starts at 0.

LineNumber

The line number of the source where the exception occurred. Note that this position starts at 0.

Message

The Message is the exception's message and potentially stack.

Name

The Name is the exception's class name.

ToJson

This will return all details of the exception as a JSON string.

Applies to