NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ArgumentNullException Constructor

Initializes a new instance of the ArgumentNullException class.

Overload List

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);

See Also

ArgumentNullException Class | ArgumentNullException Members | System Namespace