| Overload | Description |
|---|---|
| OutOfRangeException Constructor() | The main constructor for throwing exceptions when a parameter or index is out of range. |
| OutOfRangeException Constructor(Int32) | An OutOfRangeException exception which allows passing in an error number. |
| OutOfRangeException Constructor(String) | An OutOfRangeException which allows passing in an error message. |
| OutOfRangeException Constructor(Int32,String) | An OutOfRangeException exception which allows passing in an error number and an error message. |
| OutOfRangeException Constructor(String,Exception) | An OutOfRangeException exception which allows passing in an error message and an inner exception. |