C# Class Rebel.Framework.LocalizedArgumentNullException

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

Méthodes publiques

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

Method Details

LocalizedArgumentNullException() public méthode

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