C# Class OakBot.Helpers.TwitchException

Inheritance: System.Exception
Afficher le fichier Open project: ocgineer/OakBot

Méthodes publiques

Méthode Description
TwitchException ( ) : System
TwitchException ( string message ) : System
TwitchException ( string message, Exception inner ) : System

Method Details

TwitchException() public méthode

public TwitchException ( ) : System
Résultat System

TwitchException() public méthode

public TwitchException ( string message ) : System
message string
Résultat System

TwitchException() public méthode

public TwitchException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System