C# 클래스 System.IO.FileNotFoundException

상속: IOException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
FileNotFoundException ( ) : System
FileNotFoundException ( String message ) : System
FileNotFoundException ( String message, Exception innerException ) : System
FileNotFoundException ( String message, String fileName ) : System
FileNotFoundException ( String message, String fileName, Exception innerException ) : System
ToString ( ) : String

보호된 메소드들

메소드 설명
FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System

비공개 메소드들

메소드 설명
FileNotFoundException ( String fileName, String fusionLog, int hResult ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

메소드 상세

FileNotFoundException() 공개 메소드

public FileNotFoundException ( ) : System
리턴 System

FileNotFoundException() 보호된 메소드

protected FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

FileNotFoundException() 공개 메소드

public FileNotFoundException ( String message ) : System
message String
리턴 System

FileNotFoundException() 공개 메소드

public FileNotFoundException ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System

FileNotFoundException() 공개 메소드

public FileNotFoundException ( String message, String fileName ) : System
message String
fileName String
리턴 System

FileNotFoundException() 공개 메소드

public FileNotFoundException ( String message, String fileName, Exception innerException ) : System
message String
fileName String
innerException Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String