C# Класс Rock.Apps.StatementGenerator.MissingReportElementException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MissingReportElementException ( string message ) : System

Initializes a new instance of the MissingReportElementException class.

Описание методов

MissingReportElementException() публичный Метод

Initializes a new instance of the MissingReportElementException class.
public MissingReportElementException ( string message ) : System
message string The message that describes the error.
Результат System