C# 클래스 System.BadImageFormatException

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

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

BadImageFormatException() 공개 메소드

public BadImageFormatException ( ) : System
리턴 System

BadImageFormatException() 보호된 메소드

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

BadImageFormatException() 공개 메소드

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

BadImageFormatException() 공개 메소드

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

BadImageFormatException() 공개 메소드

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

BadImageFormatException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String