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

CheckArgumentNotNull - метод

Throws ArgumentNullException if the given argument is null.

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

Параметры

argumentValue
Тип: SystemObject
Argument value to test.
argumentName
Тип: SystemString
Name of the argument being tested.
Исключения
ИсключениеУсловие
ArgumentNullException if tested value if null.
См. также