Table of Contents

Class ExceptionThrownEventArgs

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Issued when exception was thrown and unhandled.

public sealed record ExceptionThrownEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<ExceptionThrownEventArgs>
Inheritance
EventArgs
ExceptionThrownEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

ExceptionThrownEventArgs(Timestamp, ExceptionDetails)

Issued when exception was thrown and unhandled.

public ExceptionThrownEventArgs(Timestamp Timestamp, ExceptionDetails ExceptionDetails)

Parameters

Timestamp Timestamp

Timestamp of the exception.

ExceptionDetails ExceptionDetails

Properties

ExceptionDetails

public ExceptionDetails ExceptionDetails { get; init; }

Property Value

ExceptionDetails

Timestamp

Timestamp of the exception.

public Timestamp Timestamp { get; init; }

Property Value

Timestamp