- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_CodeExceptions_ArgumentItemNull
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        4 revisions
      
    Creates ArgumentNullException.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentException ArgumentItemNull(
	string argumentName
)VB
Public Shared Function ArgumentItemNull ( 
	argumentName As String
) As ArgumentExceptionF#
static member ArgumentItemNull : 
        argumentName : string -> ArgumentException 
- argumentName
 - Type: System.String
Name of the argument. 
Type: ArgumentException
Initialized instance of ArgumentException.