Table of Contents

Class ExceptionThrownEventArgs

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

ExceptionThrown

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

Gets or sets the timestamp

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

Property Value

double