C# Class NHelpfulException.HelpfulException

When used as a base for custom exceptions, forces the supply of a message upon instantiation.
Inheritance: System.Exception
Mostra file Open project: benaston/NHelpfulException

Public Properties

Property Type Description
ResolutionSuggestionDelimiter string
ResolutionSuggestionListPrefix string
ResolutionSuggestionListSuffix string
ResolutionSuggestionPrefix string

Public Methods

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

Method Details

HelpfulException() public method

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

Property Details

ResolutionSuggestionDelimiter public_oe static_oe property

public static string ResolutionSuggestionDelimiter
return string

ResolutionSuggestionListPrefix public_oe static_oe property

public static string ResolutionSuggestionListPrefix
return string

ResolutionSuggestionListSuffix public_oe static_oe property

public static string ResolutionSuggestionListSuffix
return string

ResolutionSuggestionPrefix public_oe static_oe property

public static string ResolutionSuggestionPrefix
return string