ReflectionTypeLoadException Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class ReflectionTypeLoadException Inherits SystemException Implements ISerializable 'Usage Dim instance As ReflectionTypeLoadException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public final class ReflectionTypeLoadException extends SystemException implements ISerializable
SerializableAttribute ComVisibleAttribute(true) public final class ReflectionTypeLoadException extends SystemException implements ISerializable
ReflectionTypeLoadException uses the HRESULT COR_E_REFLECTIONTYPELOAD that has the value 0x80131602.
An instance contains the array of classes (Types property) that were defined in the module and were loaded. The array can contain some null values. There is also another array of exceptions (LoaderExceptions property). This exception array represents the exceptions that were thrown by the class loader. The holes in the class array line up with the exceptions.
This exception exposes both the array of classes and the array of TypeLoadExceptions.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.