C# Class XunitShould.Sdk.PropertyChangedException

Inheritance: XunitException
Afficher le fichier Open project: EddieGarmon/XunitShould

Méthodes publiques

Méthode 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 méthode

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.
Résultat System