C# Class TwitchLib.Exceptions.API.StreamOfflineException

Exception representing an attempt to fetch stream data on a stream that is offline.
Inheritance: System.Exception
Exibir arquivo Open project: swiftyspiffy/TwitchLib

Public Methods

Method Description
StreamOfflineException ( ) : System

Exception constructor

Method Details

StreamOfflineException() public method

Exception constructor
public StreamOfflineException ( ) : System
return System