ArgumentExceptions.OutOfRange method

namespace: Serenity   assemblySerenity.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