C# Class Rebel.Framework.LocalizedArgumentException

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

Méthodes publiques

Méthode Description
LocalizedArgumentException ( string key = "Exceptions.ArgumentException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System

Method Details

LocalizedArgumentException() public méthode

public LocalizedArgumentException ( string key = "Exceptions.ArgumentException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
key string
defaultMessage string
parameters object
innerException System.Exception
Résultat System