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!

ArgumentOutOfRangeException Constructor

Initializes a new instance of the ArgumentOutOfRangeException class.

Overload List

Initializes a new instance of the ArgumentOutOfRangeException with default properties.

[Visual Basic] Overloads Public Sub New()
[C#] public ArgumentOutOfRangeException();
[C++] public: ArgumentOutOfRangeException();
[JScript] public function ArgumentOutOfRangeException();

Initializes a new instance of the ArgumentOutOfRangeException class using the parameter name.

[Visual Basic] Overloads Public Sub New(String)
[C#] public ArgumentOutOfRangeException(String);
[C++] public: ArgumentOutOfRangeException(String*);
[JScript] public function ArgumentOutOfRangeException(String);

Initializes a new instance of the ArgumentOutOfRangeException class with a specified message and a parameter name.

[Visual Basic] Overloads Public Sub New(String, String)
[C#] public ArgumentOutOfRangeException(String, String);
[C++] public: ArgumentOutOfRangeException(String*, String*);
[JScript] public function ArgumentOutOfRangeException(String, String);

Initializes a new instance of the ArgumentOutOfRangeException class with a specified message, a parameter name, and a value of the argument.

[Visual Basic] Overloads Public Sub New(String, Object, String)
[C#] public ArgumentOutOfRangeException(String, Object, String);
[C++] public: ArgumentOutOfRangeException(String*, Object, String*);
[JScript] public function ArgumentOutOfRangeException(String, Object, String);

See Also

ArgumentOutOfRangeException Class | ArgumentOutOfRangeException Members | System Namespace