C# 클래스 Testeroids.PropertyAlreadyInitializedException

Exception is thrown when code tries to call the get method on a property which has not been set
상속: System.Exception
파일 보기 프로젝트 열기: Testeroids/Testeroids

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