C# Class TwitchLib.Exceptions.Client.EventNotHandled

Exception thrown when an event that is not handled is required to be handled.
Inheritance: System.Exception
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
EventNotHandled ( string eventName, string additionalDetails = "" ) : System

Exception constructor

Method Details

EventNotHandled() public méthode

Exception constructor
public EventNotHandled ( string eventName, string additionalDetails = "" ) : System
eventName string
additionalDetails string
Résultat System