C# 클래스 NHelpfulException.FrameworkExceptions.ArgumentOutOfRangeException

Responsible for defining an ArgumentOutOfRangeException that is guaranteed to have a constructor accepting a string to set the exception message.
상속: HelpfulException
파일 보기 프로젝트 열기: benaston/NHelpfulException

공개 메소드들

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

메소드 상세

ArgumentOutOfRangeException() 공개 메소드

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