TwitchLib 3.5.3
|
Classes | |
class | BadListenException |
Exception thrown when an event is subscribed to when it shouldn't be. Implements the System.Exception More... | |
class | BadStateException |
Exception thrown when the state of the client cannot allow an operation to be run. Implements the System.Exception More... | |
class | ClientNotConnectedException |
Exception thrown when attempting to perform an actino that is only available when the client is connected. Implements the System.Exception More... | |
class | ClientNotInitializedException |
Exception thrown when attempting to assign a variable with a different value that is not allowed. Implements the System.Exception More... | |
class | ErrorLoggingInException |
Exception representing credentials provided for logging in were bad. Implements the System.Exception More... | |
class | EventNotHandled |
Exception thrown when an event that is not handled is required to be handled. Implements the System.Exception More... | |
class | FailureToReceiveJoinConfirmationException |
Class FailureToReceiveJoinConfirmationException. More... | |
class | IllegalAssignmentException |
Exception thrown when attempting to assign a variable with a different value that is not allowed. Implements the System.Exception More... | |
class | InvalidParameterException |
Exception representing bad information being provided to function/method. Implements the System.Exception More... | |