Guard..::..ArgumentNotNullOrEmpty Method
Throws an exception if the tested string argument is null or the empty string.
Namespace:
Gwn.Common.Library.Utility
Assembly:
Gwn.Common.Library (in Gwn.Common.Library.dll)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if string value is null. |
| ArgumentException | Thrown if the string is empty |