C# 클래스 Testeroids.PropertyNotInitializedException

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

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PropertyNotInitializedException ( string propertyName ) : System

Initializes a new instance of the PropertyNotInitializedException class.

메소드 상세

PropertyNotInitializedException() 공개 메소드

Initializes a new instance of the PropertyNotInitializedException class.
public PropertyNotInitializedException ( string propertyName ) : System
propertyName string /// Full name of the property which hasn't been set before get was accessed ///
리턴 System