OutOfRangeException Constructor |
Name | Description | |
---|---|---|
![]() | OutOfRangeException |
Create the exception without message.
|
![]() | OutOfRangeException(String) |
Create the exception with message.
|
![]() | OutOfRangeException(String, Exception) |
Create the exception with message and inner exception.
|