Table of Contents

Class ExceptionRevokedEventArgs

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

Issued when unhandled exception was revoked.

public sealed class ExceptionRevokedEventArgs : EventArgs
Inheritance
ExceptionRevokedEventArgs
Inherited Members

Properties

ExceptionId

The id of revoked exception, as reported in exceptionThrown.

[JsonPropertyName("exceptionId")]
public long ExceptionId { get; set; }

Property Value

long

Reason

Reason describing why exception was revoked.

[JsonPropertyName("reason")]
public string Reason { get; set; }

Property Value

string