C# Class TwitchLib.Exceptions.Client.ErrorLoggingInException

Exception representing credentials provided for logging in were bad.
Inheritance: System.Exception
Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
ErrorLoggingInException ( string ircData, string twitchUsername ) : System

Exception construtor.

Method Details

ErrorLoggingInException() public method

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