1 instantiation of NullException
xunit.assert (1)
NullAsserts.cs (1)
47
throw new
NullException
(@object);
3 references to NullException
Microsoft.DotNet.XUnitAssert.Tests (1)
NullAssertsTests.cs (1)
38
Assert.IsType<
NullException
>(ex);
xunit.assert (2)
NullAsserts.cs (1)
39
/// <exception cref="
NullException
">Thrown when the object reference is not null</exception>
Sdk\Exceptions\NullException.cs (1)
18
/// Creates a new instance of the <see cref="
NullException
"/> class.