C# Класс Testeroids.PropertyAlreadyInitializedException

Exception is thrown when code tries to call the get method on a property which has not been set
Наследование: System.Exception
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

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

Initializes a new instance of the PropertyAlreadyInitializedException class.

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

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

Initializes a new instance of the PropertyAlreadyInitializedException class.
public PropertyAlreadyInitializedException ( string propertyName ) : System
propertyName string /// Full name of the property which hasn't been set before get was accessed ///
Результат System