C# Class NuGetGallery.StatisticsReportNotFoundException

Inheritance: System.Exception
ファイルを表示 Open project: JetBrains/ReSharperGallery

Public Methods

Method Description
StatisticsReportNotFoundException ( ) : System
StatisticsReportNotFoundException ( string message ) : System
StatisticsReportNotFoundException ( string message, Exception exception ) : System

Method Details

StatisticsReportNotFoundException() public method

public StatisticsReportNotFoundException ( ) : System
return System

StatisticsReportNotFoundException() public method

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

StatisticsReportNotFoundException() public method

public StatisticsReportNotFoundException ( string message, Exception exception ) : System
message string
exception System.Exception
return System