C# Класс BudgetAnalyser.Engine.ValidationWarningException

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

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

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

Initializes a new instance of the ValidationWarningException class.

ValidationWarningException ( string message, Exception innerException ) : System

Initializes a new instance of the ValidationWarningException class.

Приватные методы

Метод Описание
ValidationWarningException ( ) : System

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

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

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

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

Initializes a new instance of the ValidationWarningException class.
public ValidationWarningException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Результат System