Class PropertyChangedException
Exception thrown when code unexpectedly fails change a property.
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class PropertyChangedException : XunitException
Constructors
| Improve this Doc View SourcePropertyChangedException(String)
Creates a new instance of the PropertyChangedException class. Call this constructor when no exception was thrown.
Declaration
public PropertyChangedException(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
String | propertyName | The name of the property that was expected to be changed. |