Table of Contents

Class ExceptionDetails

Namespace
OpenQA.Selenium.DevTools.V85.Runtime
Assembly
WebDriver.dll

ExceptionDetails

public sealed class ExceptionDetails
Inheritance
ExceptionDetails
Inherited Members

Properties

ColumnNumber

columnNumber

[JsonPropertyName("columnNumber")]
public long ColumnNumber { get; set; }

Property Value

long

Exception

exception

[JsonPropertyName("exception")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject Exception { get; set; }

Property Value

RemoteObject

ExceptionId

exceptionId

[JsonPropertyName("exceptionId")]
public long ExceptionId { get; set; }

Property Value

long

ExecutionContextId

executionContextId

[JsonPropertyName("executionContextId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ExecutionContextId { get; set; }

Property Value

long?

LineNumber

lineNumber

[JsonPropertyName("lineNumber")]
public long LineNumber { get; set; }

Property Value

long

ScriptId

scriptId

[JsonPropertyName("scriptId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScriptId { get; set; }

Property Value

string

StackTrace

stackTrace

[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace StackTrace { get; set; }

Property Value

StackTrace

Text

text

[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string

Url

url

[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }

Property Value

string