C# 클래스 System.Reflection.ReflectionTypeLoadException

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

공개 메소드들

메소드 설명
ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReflectionTypeLoadException ( ) : System
ReflectionTypeLoadException ( SerializationInfo info, StreamingContext context ) : System
ReflectionTypeLoadException ( String message ) : System

메소드 상세

ReflectionTypeLoadException() 공개 메소드

public ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
classes Type
exceptions Exception
리턴 System

ReflectionTypeLoadException() 공개 메소드

public ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System
classes Type
exceptions Exception
message String
리턴 System