Initializes a new instance of the ArgumentOutOfRangeException class.
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);
ArgumentOutOfRangeException Class | ArgumentOutOfRangeException Members | System Namespace