C# Class Rebel.Framework.LocalizedFileNotFoundException

Inheritance: System.IO.FileNotFoundException
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Methods

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

Method Details

LocalizedFileNotFoundException() public method

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