C# Class NHelpfulException.FrameworkExceptions.ArgumentOutOfRangeException

Responsible for defining an ArgumentOutOfRangeException 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
ArgumentOutOfRangeException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System

Method Details

ArgumentOutOfRangeException() public méthode

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