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
Show file Open project: benaston/NHelpfulException

Public Methods

Method Description
ArgumentOutOfRangeException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System

Method Details

ArgumentOutOfRangeException() public method

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