C# Class NHelpfulException.FrameworkExceptions.ArgumentNullException

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

Public Methods

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

Method Details

ArgumentNullException() public method

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