Class InRangeException
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.assert.dll
Exception thrown when Assert.InRange fails.
public class InRangeException : XunitException, ISerializable, IAssertionException
- Inheritance
-
InRangeException
- Implements
- Inherited Members
Methods
- ForValueNotInRange(object, object, object)
Creates a new instance of the InRangeException class to be thrown when the given value is not in the given range.