3 types derived from TypeLoadException
System.Private.CoreLib (3)
28 instantiations of TypeLoadException
ErrorPageMiddlewareWebSite (1)
Microsoft.VisualBasic.Core (1)
System.ComponentModel.TypeConverter (1)
System.Configuration.ConfigurationManager (2)
System.Private.CoreLib (11)
src\System\Reflection\TypeNameResolver.CoreCLR.cs (10)
59throw new TypeLoadException(SR.Arg_TypeLoadNullStr);
156throw new TypeLoadException(SR.Arg_TypeLoadNullStr);
234throw new TypeLoadException(assembly is null ?
259throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveType, escapedTypeName), typeName: escapedTypeName);
269throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveType, escapedTypeName), typeName: escapedTypeName);
276throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveType, escapedTypeName), typeName: escapedTypeName);
286throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveType, escapedTypeName), typeName: escapedTypeName);
305throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveTypeFromAssembly, parsedName.FullName, runtimeAssembly.FullName),
340throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveNestedType,
379throw new TypeLoadException(SR.Format(SR.TypeLoad_ResolveTypeFromAssembly, parsedName.FullName, (requestingAssembly ?? coreLib).FullName),
System.Reflection.MetadataLoadContext (7)
System.Resources.Extensions (3)
System.Windows.Forms (2)
16 references to TypeLoadException
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
mscorlib (1)
netstandard (1)
PresentationCore (2)
System.ComponentModel.Composition (1)
System.Private.CoreLib (5)
System.Resources.Extensions (1)
System.Runtime (1)
System.Windows.Forms.Primitives.Tests (1)