Determines whether the argValue is null.

Namespace: DotNetNuke.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void NotNull(
	string argName,
	Object argValue
)
Visual Basic
Public Shared Sub NotNull ( 
	argName As String,
	argValue As Object
)

Parameters

argName
Type: System..::..String
Name of the arg.
argValue
Type: System..::..Object
The arg value.

Exceptions

See Also