Table of Contents

Class DefaultClientErrorHandler

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

Represents the default implementation of IClientErrorHandler

public sealed class DefaultClientErrorHandler : IClientErrorHandler
Inheritance
object
DefaultClientErrorHandler
Implements

Constructors

DefaultClientErrorHandler(ILogger<IClientErrorHandler>)

Creates a new instance of this type.

Methods

HandleEventHandlerError(string, Exception, Delegate, object, object)

Handles an error that occurred in an event handler.

HandleGatewayError(Exception)

Handles a gateway error of any kind.