Click or drag to resize
ArgumentVerifier.CantBeNull 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: System.Object
The argument.
name
Type: System.String
The name.
See Also