C# 클래스 Rebel.Framework.LocalizedFileNotFoundException

상속: System.IO.FileNotFoundException
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

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

메소드 상세

LocalizedFileNotFoundException() 공개 메소드

public LocalizedFileNotFoundException ( string filename, string key = "Exceptions.FileNotFoundException", string defaultMessage = null, object parameters = null, Exception innerException = null ) : System
filename string
key string
defaultMessage string
parameters object
innerException System.Exception
리턴 System