C# Class Rebel.Framework.LocalizedArgumentNullException

Inheritance: System.ArgumentNullException
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Method Details

LocalizedArgumentNullException() public method

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
return System