CheckArgumentNotNull - метод

Throws ArgumentNullException if the given argument is null.

Definition

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

Параметры

argumentValue  Object
Argument value to test.
argumentName  String
Name of the argument being tested.

Исключения

ArgumentNullException if tested value if null.

См. также