ReflectionTypeLoadException.Types Property
May 02, 2013
Gets the array of classes that were defined in the module and loaded.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Type []An array of type Type containing the classes that were defined in the module and loaded. This array can contain some null values.
The LoaderExceptions property retrieves an array of type Exception that is parallel to this Types array. This array will contain null values whenever reflection cannot load a class.