ArgumentOutOfRangeException.ThrowIfNegative<T>(T, String) Método

Definição

Lança um ArgumentOutOfRangeException se value for negativo.

public static void ThrowIfNegative<T> (T value, string? paramName = default) where T : System.Numerics.INumberBase<T>;
static member ThrowIfNegative : 'T * string -> unit (requires 'T :> System.Numerics.INumberBase<'T>)
Public Shared Sub ThrowIfNegative(Of T As INumberBase(Of T)) (value As T, Optional paramName As String = Nothing)

Parâmetros de tipo

T

O tipo do objeto a ser validado.

Parâmetros

value
T

O argumento a ser validado como não negativo.

paramName
String

O nome do parâmetro com o qual value corresponde.

Aplica-se a