C# Class NzbDrone.Core.Notifications.Slack.SlackExeption

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

Public Methods

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

Method Details

SlackExeption() public method

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

SlackExeption() public method

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