Retrieves the array of exceptions thrown by the class loader.
[Visual Basic] Public ReadOnly Property LoaderExceptions As Exception () [C#] public Exception[] LoaderExceptions {get;} [C++] public: __property Exception* get_LoaderExceptions(); [JScript] public function get LoaderExceptions() : Exception[];
Read-only. An Exception array 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 Exceptions that is parallel to this Types array. This array will contain null values wherever reflection cannot load a class.
ReflectionTypeLoadException Class | ReflectionTypeLoadException Members | System.Reflection Namespace