Initializes a new instance of the ArgumentNullException class.
Initializes a new instance of the ArgumentNullException with default properties.
[Visual Basic] Overloads Public Sub New()
[C#] public ArgumentNullException();
[C++] public: ArgumentNullException();
[JScript] public function ArgumentNullException();
Initializes a new instance of the ArgumentNullException class with the name of the parameter that caused this exception to be thrown.
[Visual Basic] Overloads Public Sub New(String)
[C#] public ArgumentNullException(String);
[C++] public: ArgumentNullException(String*);
[JScript] public function ArgumentNullException(String);
Initializes an instance of ArgumentNullException with a specified message and the name of the parameter that caused this exception to be thrown.
[Visual Basic] Overloads Public Sub New(String, String)
[C#] public ArgumentNullException(String, String);
[C++] public: ArgumentNullException(String*, String*);
[JScript] public function ArgumentNullException(String, String);
ArgumentNullException Class | ArgumentNullException Members | System Namespace