C# 클래스 FileNotFoundException, Anything

상속: IOException, System.Runtime.Serialization.ISerializable, System.Runtime.InteropServices._Exception
파일 보기 프로젝트 열기: EYHN/Anything 1 사용 예제들

공개 메소드들

메소드 설명
FileNotFoundException ( FileHandle, fileHandle ) : Anything.Utils
FileNotFoundException ( FileHandle, fileHandle, string message ) : Anything.Utils
FileNotFoundException ( Url, uri ) : Anything.Utils
FileNotFoundException ( Url, uri, string message ) : Anything.Utils
FileNotFoundException ( string message ) : Anything.Utils

메소드 상세

FileNotFoundException() 공개 메소드

public FileNotFoundException ( FileHandle, fileHandle ) : Anything.Utils
fileHandle FileHandle,
리턴 Anything.Utils

FileNotFoundException() 공개 메소드

public FileNotFoundException ( FileHandle, fileHandle, string message ) : Anything.Utils
fileHandle FileHandle,
message string
리턴 Anything.Utils

FileNotFoundException() 공개 메소드

public FileNotFoundException ( Url, uri ) : Anything.Utils
uri Url,
리턴 Anything.Utils

FileNotFoundException() 공개 메소드

public FileNotFoundException ( Url, uri, string message ) : Anything.Utils
uri Url,
message string
리턴 Anything.Utils

FileNotFoundException() 공개 메소드

public FileNotFoundException ( string message ) : Anything.Utils
message string
리턴 Anything.Utils