C# Class Rebel.Framework.LocalizedKeyNotFoundException

Inheritance: System.Collections.Generic.KeyNotFoundException
显示文件 Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Method Details

LocalizedKeyNotFoundException() public method

public LocalizedKeyNotFoundException ( string key = "Exceptions.KeyNotFoundException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
key string
defaultMessage string
parameters object
innerException System.Exception
return System