- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_CodeExceptions_ArgumentNullOrWhiteSpace
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        6 revisions
      
    Creates for empty (or whitespace) string
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ArgumentException ArgumentNullOrWhiteSpace(
	string argumentName
)VB
Public Shared Function ArgumentNullOrWhiteSpace ( 
	argumentName As String
) As ArgumentExceptionF#
static member ArgumentNullOrWhiteSpace : 
        argumentName : string -> ArgumentException 
- argumentName
- Type: System.String
 Name of the argument.
Type: ArgumentException
Initialized instance of ArgumentException.
CodeExceptions Class
CodeJam Namespace
System.ArgumentException