C# Class Rebel.Framework.LocalizedFileNotFoundException

Inheritance: System.IO.FileNotFoundException
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

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

Method Details

LocalizedFileNotFoundException() public méthode

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
Résultat System