Table of Contents

Class PlayerErrorsRaisedEventArgs

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

Send a list of any errors that need to be delivered.

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

Constructors

PlayerErrorsRaisedEventArgs(PlayerId, ImmutableArray<PlayerError>)

Send a list of any errors that need to be delivered.

public PlayerErrorsRaisedEventArgs(PlayerId PlayerId, ImmutableArray<PlayerError> Errors)

Parameters

PlayerId PlayerId
Errors ImmutableArray<PlayerError>

Properties

Errors

public ImmutableArray<PlayerError> Errors { get; init; }

Property Value

ImmutableArray<PlayerError>

PlayerId

public PlayerId PlayerId { get; init; }

Property Value

PlayerId