CheckArgumentNotNull - метод

Throws an ArgumentNullException if argument is .

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static void ArgumentNotNull(
	Object? argument,
	string paramName
)

Параметры

argument  Object
The reference type argument to validate as non-null.
paramName  String
The name of the parameter with which argument corresponds. If you omit this parameter, the name of argument is used.

Исключения

ArgumentNullExceptionargument is .

См. также