C# Class PclUnit.Style.Xunit.Exceptions.PropertyChangedException

Inheritance: AssertException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
PropertyChangedException ( string propertyName ) : System

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

Method Details

PropertyChangedException() public method

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.
return System