Прочетете на английски Редактиране

Споделяне чрез


ArgumentOutOfRangeException.ThrowIfGreaterThan<T>(T, T, String) Method

Definition

Throws an ArgumentOutOfRangeException if value is greater than other.

C#
public static void ThrowIfGreaterThan<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 less than or equal to other.

other
T

The value to compare with value.

paramName
String

The name of the parameter with which value corresponds.

Applies to

Продукт Версии
.NET 8, 9, 10