Freigeben über


ReflectionTypeLoadException-Konstruktor (Type[], Exception )

Initialisiert eine neue Instanz der ReflectionTypeLoadException-Klasse mit den angegebenen Klassen und den zugeordneten Ausnahmen.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    classes As Type(), _
    exceptions As Exception() _
)
'Usage
Dim classes As Type()
Dim exceptions As Exception()

Dim instance As New ReflectionTypeLoadException(classes, exceptions)
public ReflectionTypeLoadException (
    Type[] classes,
    Exception[] exceptions
)
public:
ReflectionTypeLoadException (
    array<Type^>^ classes, 
    array<Exception^>^ exceptions
)
public ReflectionTypeLoadException (
    Type[] classes, 
    Exception[] exceptions
)
public function ReflectionTypeLoadException (
    classes : Type[], 
    exceptions : Exception[]
)

Parameter

  • classes
    Ein Array vom Typ Type mit den Klassen, die im Modul definiert und geladen wurden. Dieses Array kann NULL-Verweise (Nothing in Visual Basic) enthalten.
  • exceptions
    Ein Array vom Typ Exception mit den Ausnahmen, die durch das Klassenladeprogramm ausgelöst wurden. Die Nullverweise (Nothing in Visual Basic) im classes-Array entsprechen den Ausnahmen in diesem exceptions-Array.

Plattformen

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

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ReflectionTypeLoadException-Klasse
ReflectionTypeLoadException-Member
System.Reflection-Namespace