C# 클래스 System.IO.FileLoadException

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

공개 메소드들

메소드 설명
FileLoadException ( ) : System
FileLoadException ( String message ) : System
FileLoadException ( String message, Exception inner ) : System
FileLoadException ( String message, String fileName ) : System
FileLoadException ( String message, String fileName, Exception inner ) : System
ToString ( ) : String

보호된 메소드들

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

비공개 메소드들

메소드 설명
FileLoadException ( String fileName, String fusionLog, int hResult ) : System
FormatFileLoadExceptionMessage ( String fileName, int hResult ) : String
GetFileLoadExceptionMessage ( int hResult ) : String
GetMessageForHR ( int hresult ) : String
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessageField ( ) : void

메소드 상세

FileLoadException() 공개 메소드

public FileLoadException ( ) : System
리턴 System

FileLoadException() 보호된 메소드

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

FileLoadException() 공개 메소드

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

FileLoadException() 공개 메소드

public FileLoadException ( String message, Exception inner ) : System
message String
inner System.Exception
리턴 System

FileLoadException() 공개 메소드

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

FileLoadException() 공개 메소드

public FileLoadException ( String message, String fileName, Exception inner ) : System
message String
fileName String
inner System.Exception
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String