C# 클래스 NHelpfulException.FrameworkExceptions.FileNotFoundException

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

공개 메소드들

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

메소드 상세

FileNotFoundException() 공개 메소드

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