C# Class NHelpfulException.FrameworkExceptions.FileNotFoundException

Responsible for defining an ArgumentException that is guaranteed to have a constructor accepting a string to set the exception message.
Inheritance: HelpfulException
Afficher le fichier Open project: benaston/NHelpfulException

Méthodes publiques

Méthode Description
FileNotFoundException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System

Method Details

FileNotFoundException() public méthode

public FileNotFoundException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System
problemDescription string
resolutionSuggestions string
innerException System.Exception
Résultat System