Determines whether argValue is less than zero.

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

Syntax

C#
public static void NotNegative(
	string argName,
	int argValue
)
Visual Basic
Public Shared Sub NotNegative ( 
	argName As String,
	argValue As Integer
)

Parameters

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

Exceptions

See Also