C# 클래스 TwitchLib.Exceptions.Client.EventNotHandled

Exception thrown when an event that is not handled is required to be handled.
상속: System.Exception
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
EventNotHandled ( string eventName, string additionalDetails = "" ) : System

Exception constructor

메소드 상세

EventNotHandled() 공개 메소드

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