System.Reflection.ReflectionTypeLoadException public sealed class ReflectionTypeLoadException : SystemException, ISerializable Documentation public Exception[] LoaderExceptions { get; } public Type[] Types { get; } public ReflectionTypeLoadException(Type[] classes, Exception[] exceptions) public ReflectionTypeLoadException(Type[] classes, Exception[] exceptions, string message)