ReflectionTypeLoadException Constructor (Type[], Exception[], String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ReflectionTypeLoadException class with the given classes, their associated exceptions, and exception descriptions.
Assembly: mscorlib (in mscorlib.dll)
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.
Show: