ReflectionTypeLoadException Constructor (Type[], Exception[])
Collapse the table of content
Expand the table of content

ReflectionTypeLoadException Constructor (Type(), Exception())

[ 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 and their associated exceptions.

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

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

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft