C# Class NHelpfulException.FrameworkExceptions.ArgumentException

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

Public Methods

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

Method Details

ArgumentException() public method

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