ArgumentExceptions.OutOfRange method
namespace: Serenity assembly: Serenity.Net.Web
Creates an ArgumentOutOfRangeException
public static ArgumentOutOfRangeException OutOfRange(object argument, string paramName = null)
| parameter | description |
|---|---|
| argument | Argument value, ignored |
| paramName |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException |
See Also
- class ArgumentExceptions