C# Class NzbDrone.Core.MediaFiles.MovieImport.Aggregation.AugmentingFailedException

Inheritance: NzbDroneException
ファイルを表示 Open project: Animarr/Animarr

Public Methods

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

Method Details

AugmentingFailedException() public method

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

AugmentingFailedException() public method

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