- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_CodeExceptions_Argument
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        8 revisions
      
    Creates ArgumentException.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentException Argument(
	string argumentName,
	string messageFormat,
	params Object[] args
)VB
Public Shared Function Argument ( 
	argumentName As String,
	messageFormat As String,
	ParamArray args As Object()
) As ArgumentExceptionF#
static member Argument : 
        argumentName : string * 
        messageFormat : string * 
        args : Object[] -> ArgumentException 
- argumentName
- Type: System.String
 Name of the argument.
- messageFormat
- Type: System.String
 The message format.
- args
- Type: System.Object[]
 The arguments.
Type: ArgumentException
Initialized instance of ArgumentException.