C# Class OakBot.Helpers.TwitchException

Inheritance: System.Exception
Mostrar archivo Open project: ocgineer/OakBot

Public Methods

Method Description
TwitchException ( ) : System
TwitchException ( string message ) : System
TwitchException ( string message, Exception inner ) : System

Method Details

TwitchException() public method

public TwitchException ( ) : System
return System

TwitchException() public method

public TwitchException ( string message ) : System
message string
return System

TwitchException() public method

public TwitchException ( string message, Exception inner ) : System
message string
inner System.Exception
return System