ReflectionTypeLoadException Constructor (Type[], Exception[], String)
Initializes a new instance of the ReflectionTypeLoadException class with the given classes, their associated exceptions, and exception descriptions.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
public ReflectionTypeLoadException( Type[] classes, Exception[] exceptions, string message )
Parameters
- classes
- Type: System.Type[]
An array of type Type containing the classes that were defined in the module and loaded. This array can contain null reference (Nothing in Visual Basic) values.
- exceptions
- Type: System.Exception[]
An array of type Exception containing the exceptions that were thrown by the class loader. The null reference (Nothing in Visual Basic) values in the classes array line up with the exceptions in this exceptions array.
- message
- Type: System.String
A String describing the reason the exception was thrown.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.