Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ArgumentNullException Constructor

 

Initializes a new instance of the ArgumentNullException class.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodArgumentNullException()

Initializes a new instance of the ArgumentNullException class.

System_CAPS_protmethodArgumentNullException(SerializationInfo^, StreamingContext)

Initializes a new instance of the ArgumentNullException class with serialized data.

System_CAPS_pubmethodArgumentNullException(String^)

Initializes a new instance of the ArgumentNullException class with the name of the parameter that causes this exception.

System_CAPS_pubmethodArgumentNullException(String^, Exception^)

Initializes a new instance of the ArgumentNullException class with a specified error message and the exception that is the cause of this exception.

System_CAPS_pubmethodArgumentNullException(String^, String^)

Initializes an instance of the ArgumentNullException class with a specified error message and the name of the parameter that causes this exception.

Return to top
Show:
© 2017 Microsoft