C# 클래스 YAMP.Exceptions.YAMPFileNotFoundException

Class to use when a file could not be found.
상속: YAMPRuntimeException
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
YAMPFileNotFoundException ( String fileName ) : System

Creates a new file not found exception.

메소드 상세

YAMPFileNotFoundException() 공개 메소드

Creates a new file not found exception.
public YAMPFileNotFoundException ( String fileName ) : System
fileName String The path to the file that has not been found.
리턴 System