ReflectionTypeLoadException.LoaderExceptions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the array of exceptions thrown by the class loader.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Exception []An array of type Exception containing the exceptions thrown by the class loader. The null values in the classes array of this instance line up with the exceptions in this array.
The LoaderExceptions property retrieves an array of type Exception that is parallel to the Types array. This array will contain null values whenever reflection cannot load a class.
Show: