C# Class Rebel.Framework.LocalizedArgumentException

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

Public Methods

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

Method Details

LocalizedArgumentException() public method

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