C# Class NHelpfulException.HelpfulException

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

Méthodes publiques

Свойство Type Description
ResolutionSuggestionDelimiter string
ResolutionSuggestionListPrefix string
ResolutionSuggestionListSuffix string
ResolutionSuggestionPrefix string

Méthodes publiques

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

Method Details

HelpfulException() public méthode

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

Property Details

ResolutionSuggestionDelimiter public_oe static_oe property

public static string ResolutionSuggestionDelimiter
Résultat string

ResolutionSuggestionListPrefix public_oe static_oe property

public static string ResolutionSuggestionListPrefix
Résultat string

ResolutionSuggestionListSuffix public_oe static_oe property

public static string ResolutionSuggestionListSuffix
Résultat string

ResolutionSuggestionPrefix public_oe static_oe property

public static string ResolutionSuggestionPrefix
Résultat string