C# Класс PclUnit.Style.Xunit.Exceptions.PropertyChangedException

Наследование: AssertException
Показать файл Открыть проект

Открытые методы

Метод Описание
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