CheckArgumentNotNullOrEmpty - метод

Throws an exception if the tested string argument is null or the empty string.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.23
C#
public static void ArgumentNotNullOrEmpty(
	string argumentValue,
	string argumentName
)

Параметры

argumentValue  String
Argument value to check.
argumentName  String
Name of argument being checked.

Исключения

ArgumentNullException Thrown if string value is null.
ArgumentException Thrown if the string is empty

См. также