C# Class NuGetGallery.StatisticsReportNotFoundException

Inheritance: System.Exception
Afficher le fichier Open project: JetBrains/ReSharperGallery

Méthodes publiques

Méthode Description
StatisticsReportNotFoundException ( ) : System
StatisticsReportNotFoundException ( string message ) : System
StatisticsReportNotFoundException ( string message, Exception exception ) : System

Method Details

StatisticsReportNotFoundException() public méthode

public StatisticsReportNotFoundException ( ) : System
Résultat System

StatisticsReportNotFoundException() public méthode

public StatisticsReportNotFoundException ( string message ) : System
message string
Résultat System

StatisticsReportNotFoundException() public méthode

public StatisticsReportNotFoundException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System