C# Class Rebel.Framework.LocalizedArgumentOutOfRangeException

Inheritance: System.ArgumentOutOfRangeException
Exibir arquivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
LocalizedArgumentOutOfRangeException ( string argument, object min, object max, string key = "Exceptions.ArgumentOutOfRangeException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System

Method Details

LocalizedArgumentOutOfRangeException() public method

public LocalizedArgumentOutOfRangeException ( string argument, object min, object max, string key = "Exceptions.ArgumentOutOfRangeException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
argument string
min object
max object
key string
defaultMessage string
parameters object
innerException System.Exception
return System