ArgumentException.ThrowIfNullOrEmpty(String, String) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lève une exception si argument
est null
ou vide.
public static void ThrowIfNullOrEmpty (string? argument, string? paramName = default);
static member ThrowIfNullOrEmpty : string * string -> unit
Public Shared Sub ThrowIfNullOrEmpty (argument As String, Optional paramName As String = Nothing)
- argument
- String
Argument de chaîne à valider comme non vide et nonnull
vide.
- paramName
- String
Nom du paramètre avec lequel argument
correspond.
argument
a la valeur null
.
argument
est vide.
Produit | Versions |
---|---|
.NET | 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :