Class TrackExceptionEventArgs
- Namespace
- DSharpPlus.Lavalink.EventArgs
- Assembly
- DSharpPlus.Lavalink.dll
Represents event arguments for a track exception event.
[Obsolete("DSharpPlus.Lavalink is deprecated for removal.", true)]
public sealed class TrackExceptionEventArgs : AsyncEventArgs
- Inheritance
-
TrackExceptionEventArgs
Properties
- Error
Gets the error that occurred during playback.
- Player
Gets the player that got stuck.
- Track
Gets the track that got stuck.