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

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.

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 Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft