TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Client.Exceptions.InvalidParameterException Class Reference

Exception representing bad information being provided to function/method. Implements the System.Exception More...

Inheritance diagram for TwitchLib.Client.Exceptions.InvalidParameterException:

Public Member Functions

 InvalidParameterException (string reasoning, string twitchUsername)
 Exception construtor. More...
 

Properties

string Username [get, protected set]
 Username that had the exception. More...
 

Detailed Description

Exception representing bad information being provided to function/method. Implements the System.Exception

See also
System.Exception

Constructor & Destructor Documentation

◆ InvalidParameterException()

TwitchLib.Client.Exceptions.InvalidParameterException.InvalidParameterException ( string  reasoning,
string  twitchUsername 
)

Exception construtor.

Parameters
reasoningThe reasoning.
twitchUsernameThe twitch username.

Property Documentation

◆ Username

string TwitchLib.Client.Exceptions.InvalidParameterException.Username
getprotected set

Username that had the exception.

The username.


The documentation for this class was generated from the following file: