C# Класс DeclarativePM.Lib.Exceptions.LogValueNotSetException

Exception when try to get header which does not exist
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
LogValueNotSetException ( ) : System
LogValueNotSetException ( string message ) : System
LogValueNotSetException ( string message, Exception inner ) : System

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

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

public LogValueNotSetException ( ) : System
Результат System

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

public LogValueNotSetException ( string message ) : System
message string
Результат System

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

public LogValueNotSetException ( string message, Exception inner ) : System
message string
inner Exception
Результат System