C# Class NzbDrone.Core.Notifications.Twitter.TwitterException

Inheritance: NzbDroneException
显示文件 Open project: Animarr/Animarr

Public Methods

Method Description
TwitterException ( string message ) : System
TwitterException ( string message, Exception innerException ) : System

Method Details

TwitterException() public method

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

TwitterException() public method

public TwitterException ( string message, Exception innerException ) : System
message string
innerException Exception
return System