C# Класс ETMapHelper.Exceptions.MissingPropertyException

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

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

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

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

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

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

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

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

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

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