Table of Contents

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 object

The Discord client handler that sent this event

args ConnectionFailedMessage

The arguments supplied with the event