-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_CodeExceptions_ArgumentNull
andrewvk edited this page Mar 30, 2016
·
8 revisions
[This is preliminary documentation and is subject to change.]
Creates
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[NotNullAttribute]
public static ArgumentNullException ArgumentNull(
[NotNullAttribute][InvokerParameterNameAttribute] string argumentName
)
VB
<NotNullAttribute>
Public Shared Function ArgumentNull (
<NotNullAttribute><InvokerParameterNameAttribute> argumentName As String
) As ArgumentNullException
F#
[<NotNullAttribute>]
static member ArgumentNull :
[<NotNullAttribute>][<InvokerParameterNameAttribute>] argumentName : string -> ArgumentNullException
- argumentName
- Type: System.String
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentNull(System.String)"]
Type: ArgumentNullException
[Missing documentation for "M:CodeJam.CodeExceptions.ArgumentNull(System.String)"]
CodeExceptions Class
CodeJam Namespace
System.ArgumentNullException