Class PlayerErrorsRaisedEventArgs
Send a list of any errors that need to be delivered.
public sealed record PlayerErrorsRaisedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<PlayerErrorsRaisedEventArgs>
- Inheritance
-
EventArgsPlayerErrorsRaisedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.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
PlayerIdPlayerIdErrorsImmutableArray<PlayerError>
Properties
Errors
public ImmutableArray<PlayerError> Errors { get; init; }
Property Value
PlayerId
public PlayerId PlayerId { get; init; }