Show / Hide Table of Contents

Class PropertyChangedException

Exception thrown when code unexpectedly fails change a property.

Inheritance
Object
XunitException
PropertyChangedException
Inherited Members
XunitException.StackTrace
XunitException.UserMessage
XunitException.ToString()
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class PropertyChangedException : XunitException

Constructors

| Improve this Doc View Source

PropertyChangedException(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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX