Determines whether argValue is less than zero.
Namespace: DotNetNuke.CommonAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentException |