C# 클래스 System.TypeLoadException

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

공개 메소드들

메소드 설명
TypeLoadException ( ) : System
TypeLoadException ( String message ) : System
TypeLoadException ( String message, Exception inner ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetTypeLoadExceptionMessage ( int resourceId ) : String
SetMessageField ( ) : void
TypeLoadException ( String className, String assemblyName, String messageArg, int resourceId ) : System

메소드 상세

TypeLoadException() 공개 메소드

public TypeLoadException ( ) : System
리턴 System

TypeLoadException() 보호된 메소드

protected TypeLoadException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

TypeLoadException() 공개 메소드

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

TypeLoadException() 공개 메소드

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