ArgumentOutOfRangeException.ThrowIfLessThanOrEqual<T> Method

Definition

Throws an ArgumentOutOfRangeException if value is less than or equal to other.

C#
public static void ThrowIfLessThanOrEqual<T> (T value, T other, string? paramName = default) where T : IComparable<T>;

Type Parameters

T

The type of the objects to validate.

Parameters

value
T

The argument to validate as greater than other.

other
T

The value to compare with value.

paramName
String

The name of the parameter with which value corresponds.

Applies to

Product Versions
.NET 8, 9