Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class ExceptionThrownEventArgs

Namespace
OpenQA.Selenium.DevTools.V136.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