Click or drag to resize

GuardArgumentIsNotNull Method (Object, String)

Throws ArgumentNullException if the given argument is .

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public static void ArgumentIsNotNull(
	Object argumentValue,
	string argumentName
)

Parameters

argumentValue
Type: SystemObject
Argument value to test.
argumentName
Type: SystemString
Name of the argument being tested.
Exceptions
ExceptionCondition
ArgumentNullException If tested value if .
See Also