ArgumentNullOrEmptyException

Thrown when a text argument is null or empty.

Namespace:
Inetdev.CLI
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Exception

Constructors

ArgumentNullOrEmptyException

Initializes a new instance of ArgumentNullOrEmptyException.

Signature:
public Void ArgumentNullOrEmptyException(argname)
Parameters
Name Type Summary
argname String The name of the argument.

In this document