Click or drag to resize
ArgumentVerifierCantBeNull Method
Checks the argument passed in. if it's null, it throws an ArgumentNullException

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static void CantBeNull(
	Object argument,
	string name
)

Parameters

argument
Type: SystemObject
The argument.
name
Type: SystemString
The name.
See Also