C# Class TwitchLib.Exceptions.Client.InvalidParameterException

Exception representing bad information being provided to function/method.
Inheritance: System.Exception
Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
InvalidParameterException ( string reasoning, string twitchUsername ) : System

Exception construtor.

Method Details

InvalidParameterException() public method

Exception construtor.
public InvalidParameterException ( string reasoning, string twitchUsername ) : System
reasoning string
twitchUsername string
return System