C# Class TwitchLib.Exceptions.API.BadScopeException

Exception representing a provided scope was not permitted.
Inheritance: System.Exception
Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
BadScopeException ( string data ) : System

Exception constructor

Method Details

BadScopeException() public method

Exception constructor
public BadScopeException ( string data ) : System
data string
return System