Delegate OnConnectionFailedEvent
- Namespace
- DiscordRPC.Events
- Assembly
- DiscordRPC.dll
Failed to establish any connection with discord. Discord is potentially not running?
public delegate void OnConnectionFailedEvent(object sender, ConnectionFailedMessage args)
Parameters
sender
objectThe Discord client handler that sent this event
args
ConnectionFailedMessageThe arguments supplied with the event