Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ArgumentException.ThrowIfNullOrEmpty(String, String) Method
Definition
- Namespace:
- System
- Assemblies:
- netstandard.dll, System.Runtime.dll
- Source:
- ArgumentException.cs
- Source:
- ArgumentException.cs
- Source:
- ArgumentException.cs
- Source:
- ArgumentException.cs
- Source:
- ArgumentException.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Throws an exception if argument is null or empty.
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)
Parameters
- argument
- String
The string argument to validate as non-null and non-empty.
- paramName
- String
The name of the parameter with which argument corresponds.
Exceptions
argument is null.
argument is empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
