C# Class Rebel.Framework.LocalizedArgumentOutOfRangeException

Inheritance: System.ArgumentOutOfRangeException
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode 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 méthode

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
Résultat System