C# Class Rock.Apps.StatementGenerator.MissingReportElementException

Inheritance: System.Exception
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
MissingReportElementException ( string message ) : System

Initializes a new instance of the MissingReportElementException class.

Method Details

MissingReportElementException() public method

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