C# 클래스 NHelpfulException.HelpfulException

When used as a base for custom exceptions, forces the supply of a message upon instantiation.
상속: System.Exception
파일 보기 프로젝트 열기: benaston/NHelpfulException

공개 프로퍼티들

프로퍼티 타입 설명
ResolutionSuggestionDelimiter string
ResolutionSuggestionListPrefix string
ResolutionSuggestionListSuffix string
ResolutionSuggestionPrefix string

공개 메소드들

메소드 설명
HelpfulException ( string problemDescription, string resolutionSuggestions = default(string[]), Exception innerException = default(Exception) ) : System

메소드 상세

HelpfulException() 공개 메소드

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

프로퍼티 상세

ResolutionSuggestionDelimiter 공개적으로 정적으로 프로퍼티

public static string ResolutionSuggestionDelimiter
리턴 string

ResolutionSuggestionListPrefix 공개적으로 정적으로 프로퍼티

public static string ResolutionSuggestionListPrefix
리턴 string

ResolutionSuggestionListSuffix 공개적으로 정적으로 프로퍼티

public static string ResolutionSuggestionListSuffix
리턴 string

ResolutionSuggestionPrefix 공개적으로 정적으로 프로퍼티

public static string ResolutionSuggestionPrefix
리턴 string