C# Class TwitchLib.Exceptions.Client.ErrorLoggingInException

Exception representing credentials provided for logging in were bad.
Inheritance: System.Exception
Afficher le fichier Open project: swiftyspiffy/TwitchLib

Méthodes publiques

Méthode Description
ErrorLoggingInException ( string ircData, string twitchUsername ) : System

Exception construtor.

Method Details

ErrorLoggingInException() public méthode

Exception construtor.
public ErrorLoggingInException ( string ircData, string twitchUsername ) : System
ircData string
twitchUsername string
Résultat System