1 instantiation of PropertyChangedException
xunit.assert (1)
Sdk\Exceptions\PropertyChangedException.cs (1)
34
new
PropertyChangedException
(
10 references to PropertyChangedException
Microsoft.DotNet.XUnitAssert.Tests (4)
PropertyAssertsTests.cs (4)
26
Assert.IsType<
PropertyChangedException
>(ex);
37
Assert.IsType<
PropertyChangedException
>(ex);
79
Assert.IsType<
PropertyChangedException
>(ex);
92
Assert.IsType<
PropertyChangedException
>(ex);
xunit.assert (6)
PropertyAsserts.cs (4)
34
/// <exception cref="
PropertyChangedException
">Thrown when the notification is not raised</exception>
55
throw
PropertyChangedException
.ForUnsetProperty(propertyName);
81
/// <exception cref="
PropertyChangedException
">Thrown when the notification is not raised</exception>
102
throw
PropertyChangedException
.ForUnsetProperty(propertyName);
Sdk\Exceptions\PropertyChangedException.cs (2)
29
/// Creates a new instance of the <see cref="
PropertyChangedException
"/> class to be thrown
33
public static
PropertyChangedException
ForUnsetProperty(string propertyName) =>