Determines whether the argValue is null.
Namespace: DotNetNuke.CommonAssembly: 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
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException |