Table of Contents

Class ExceptionRevokedEventArgs

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

ExceptionRevoked

public sealed class ExceptionRevokedEventArgs : EventArgs
Inheritance
ExceptionRevokedEventArgs
Inherited Members

Properties

ExceptionId

Gets or sets the exceptionId

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

Property Value

long

Reason

Gets or sets the reason

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

Property Value

string