The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ReflectionTypeLoadException Constructor
.NET Framework (current version)
Initializes a new instance of the ReflectionTypeLoadException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ReflectionTypeLoadException(array<Type^>^, array<Exception^>^) | Initializes a new instance of the ReflectionTypeLoadException class with the given classes and their associated exceptions. |
![]() | ReflectionTypeLoadException(array<Type^>^, array<Exception^>^, String^) | Initializes a new instance of the ReflectionTypeLoadException class with the given classes, their associated exceptions, and exception descriptions. |
Show:
