C# 클래스 PclUnit.Style.Xunit.Exceptions.PropertyChangedException

상속: AssertException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

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

Creates a new instance of the PropertyChangedException class. Call this constructor when no exception was thrown.

메소드 상세

PropertyChangedException() 공개 메소드

Creates a new instance of the PropertyChangedException class. Call this constructor when no exception was thrown.
public PropertyChangedException ( string propertyName ) : System
propertyName string The name of the property that was expected to be changed.
리턴 System