Для изменения размера нажмите или перетащите

CheckArgumentNotNullOrEmpty - метод

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

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

Параметры

argumentValue
Тип: SystemString
Argument value to check.
argumentName
Тип: SystemString
Name of argument being checked.
Исключения
ИсключениеУсловие
ArgumentNullException Thrown if string value is null.
ArgumentException Thrown if the string is empty
См. также