Determines whether the argValue is null.
Namespace: DotNetNuke.CommonAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static void PropertyNotNull( string argName, string argValue ) |
| Visual Basic |
|---|
Public Shared Sub PropertyNotNull ( argName As String, argValue As String ) |
Parameters
- argName
- Type: System..::..String
Name of the arg.
- argValue
- Type: System..::..String
The arg value.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException |