C# Class Rebel.Framework.Localization.Parsing.DefaultExpressionParser.InnerParserException

Inheritance: System.Exception
显示文件 Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
InnerParserException ( string construct, int pos, string key, string defaultMessage, object parameters ) : System

Method Details

InnerParserException() public method

public InnerParserException ( string construct, int pos, string key, string defaultMessage, object parameters ) : System
construct string
pos int
key string
defaultMessage string
parameters object
return System