C# Class Rock.Apps.StatementGenerator.MissingReportElementException

Inheritance: System.Exception
Afficher le fichier Open project: SparkDevNetwork/Rock

Méthodes publiques

Méthode Description
MissingReportElementException ( string message ) : System

Initializes a new instance of the MissingReportElementException class.

Method Details

MissingReportElementException() public méthode

Initializes a new instance of the MissingReportElementException class.
public MissingReportElementException ( string message ) : System
message string The message that describes the error.
Résultat System