OutOfRangeException Class
An exception related to value out of range.
Dev Note: This is Deprecated, and will shortly be removed. Please use one of the other exceptions.
Constructor
OutOfRangeException(exception_message='', target=None, **kwargs)
Parameters
| Name | Description |
|---|---|
|
exception_message
Required
|
A message describing the error. |
|
target
|
Default value: None
|