Table of Contents

Class ExceptionRevokedEventArgs

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

Issued when unhandled exception was revoked.

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

Constructors

ExceptionRevokedEventArgs(string, long)

Issued when unhandled exception was revoked.

public ExceptionRevokedEventArgs(string Reason, long ExceptionId)

Parameters

Reason string

Reason describing why exception was revoked.

ExceptionId long

The id of revoked exception, as reported in exceptionThrown.

Properties

ExceptionId

The id of revoked exception, as reported in exceptionThrown.

public long ExceptionId { get; init; }

Property Value

long

Reason

Reason describing why exception was revoked.

public string Reason { get; init; }

Property Value

string