C# Class TwitchLib.Exceptions.Client.EventNotHandled

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

Public Methods

Method Description
EventNotHandled ( string eventName, string additionalDetails = "" ) : System

Exception constructor

Method Details

EventNotHandled() public method

Exception constructor
public EventNotHandled ( string eventName, string additionalDetails = "" ) : System
eventName string
additionalDetails string
return System