Table of Contents

Class ExceptionThrownEventArgs

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

Issued when exception was thrown and unhandled.

public sealed class ExceptionThrownEventArgs : EventArgs
Inheritance
ExceptionThrownEventArgs
Inherited Members

Properties

ExceptionDetails

Gets or sets the exceptionDetails

[JsonPropertyName("exceptionDetails")]
public ExceptionDetails ExceptionDetails { get; set; }

Property Value

ExceptionDetails

Timestamp

Timestamp of the exception.

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double