C# 클래스 Rebel.Framework.LocalizedKeyNotFoundException

상속: System.Collections.Generic.KeyNotFoundException
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
LocalizedKeyNotFoundException ( string key = "Exceptions.KeyNotFoundException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System

메소드 상세

LocalizedKeyNotFoundException() 공개 메소드

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
리턴 System