C# Class NzbDrone.Core.Notifications.Boxcar.BoxcarException

Inheritance: NzbDroneException
Mostrar archivo Open project: Maveth/Sportstarr

Public Methods

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

Method Details

BoxcarException() public method

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

BoxcarException() public method

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