ReflectionTypeLoadException 클래스

정의

모듈에 있는 클래스를 로드할 수 없는 경우 GetTypes() 메서드에서 throw되는 예외입니다. 이 클래스는 상속될 수 없습니다.

public ref class ReflectionTypeLoadException sealed : Exception
public ref class ReflectionTypeLoadException sealed : SystemException
public sealed class ReflectionTypeLoadException : Exception
public sealed class ReflectionTypeLoadException : SystemException
[System.Serializable]
public sealed class ReflectionTypeLoadException : SystemException
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ReflectionTypeLoadException : SystemException
type ReflectionTypeLoadException = class
    inherit Exception
type ReflectionTypeLoadException = class
    inherit SystemException
    interface ISerializable
[<System.Serializable>]
type ReflectionTypeLoadException = class
    inherit SystemException
    interface ISerializable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ReflectionTypeLoadException = class
    inherit SystemException
    interface ISerializable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ReflectionTypeLoadException = class
    inherit SystemException
Public NotInheritable Class ReflectionTypeLoadException
Inherits Exception
Public NotInheritable Class ReflectionTypeLoadException
Inherits SystemException
상속
ReflectionTypeLoadException
상속
ReflectionTypeLoadException
특성
구현

설명

ReflectionTypeLoadException 는 값이 0x80131602 HRESULT COR_E_REFLECTIONTYPELOAD 사용합니다.

인스턴스에는 모듈에 정의되어 로드된 클래스(Types 속성)의 배열이 포함됩니다. 배열에는 일부 null 값이 포함될 수 있습니다. 예외(LoaderExceptions 속성)의 또 다른 배열도 있습니다. 이 예외 배열은 클래스 로더에 의해 throw된 예외를 나타냅니다. 클래스 배열의 구멍은 예외와 함께 정렬됩니다.

이 예외는 클래스의 배열과 의 TypeLoadExceptions배열을 모두 노출합니다.

생성자

ReflectionTypeLoadException(Type[], Exception[])

지정된 클래스 및 이와 관련된 예외를 사용하여 ReflectionTypeLoadException 클래스의 새 인스턴스를 초기화합니다.

ReflectionTypeLoadException(Type[], Exception[], String)

지정된 클래스, 관련 예외 및 그에 대한 설명을 사용하여 ReflectionTypeLoadException 클래스의 새 인스턴스를 초기화합니다.

속성

Data

예외에 대한 사용자 정의 정보를 추가로 제공하는 키/값 쌍 컬렉션을 가져옵니다.

(다음에서 상속됨 Exception)
HelpLink

이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
HResult

특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
InnerException

현재 예외를 발생시킨 Exception 인스턴스를 가져옵니다.

(다음에서 상속됨 Exception)
LoaderExceptions

클래스 로더에 의해 throw된 예외의 배열을 가져옵니다.

Message

이 예외에 대한 오류 메시지를 가져옵니다.

Message

현재 예외를 설명하는 메시지를 가져옵니다.

(다음에서 상속됨 Exception)
Source

오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
StackTrace

호출 스택의 직접 실행 프레임 문자열 표현을 가져옵니다.

(다음에서 상속됨 Exception)
TargetSite

현재 예외를 throw하는 메서드를 가져옵니다.

(다음에서 상속됨 Exception)
Types

모듈에서 정의되고 로드된 클래스의 배열을 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetBaseException()

파생 클래스에서 재정의된 경우 하나 이상의 후속 예외의 근본 원인이 되는 Exception 을 반환합니다.

(다음에서 상속됨 Exception)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)

serialize된 개체에 ISerializable을 구현합니다.

GetObjectData(SerializationInfo, StreamingContext)

파생 클래스에서 재정의된 경우 예외에 관한 정보를 SerializationInfo 에 설정합니다.

(다음에서 상속됨 Exception)
GetType()

현재 인스턴스의 런타임 형식을 가져옵니다.

(다음에서 상속됨 Exception)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

이 예외의 정규화된 이름과 모든 로더 예외에 대한 메시지를 반환합니다.

ToString()

현재 예외에 대한 문자열 표현을 만들고 반환합니다.

(다음에서 상속됨 Exception)

이벤트

SerializeObjectState
사용되지 않음.

예외에 대한 serialize된 데이터가 들어 있는 예외 상태 개체가 만들어지도록 예외가 serialize될 때 발생합니다.

(다음에서 상속됨 Exception)

적용 대상