C# Class Testeroids.PropertyAlreadyInitializedException

Exception is thrown when code tries to call the get method on a property which has not been set
Inheritance: System.Exception
Afficher le fichier Open project: Testeroids/Testeroids

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PropertyAlreadyInitializedException ( string propertyName ) : System

Initializes a new instance of the PropertyAlreadyInitializedException class.

Method Details

PropertyAlreadyInitializedException() public méthode

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 ///
Résultat System