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

Exception representing credentials provided for logging in were bad.
상속: System.Exception
파일 보기 프로젝트 열기: swiftyspiffy/TwitchLib

공개 메소드들

메소드 설명
ErrorLoggingInException ( string ircData, string twitchUsername ) : System

Exception construtor.

메소드 상세

ErrorLoggingInException() 공개 메소드

Exception construtor.
public ErrorLoggingInException ( string ircData, string twitchUsername ) : System
ircData string
twitchUsername string
리턴 System