4 instantiations of ReflectionTypeLoadException
ErrorPageMiddlewareWebSite (1)
ErrorPageMiddlewareController.cs (1)
35throw new ReflectionTypeLoadException(
Microsoft.AspNetCore.Hosting.Tests (1)
Fakes\StartupThrowTypeLoadException.cs (1)
13throw new ReflectionTypeLoadException(
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
785throw new ReflectionTypeLoadException(types.ToArray(), exceptions.ToArray());
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.GetForwardedTypes.cs (1)
59throw new ReflectionTypeLoadException(types.ToArray(), exceptions.ToArray());
36 references to ReflectionTypeLoadException
DesignSurfaceExt (1)
TypeDiscoveryService.cs (1)
33catch (ReflectionTypeLoadException exception)
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
238catch (ReflectionTypeLoadException rtle)
dotnet-svcutil-lib (1)
TypeLoader.cs (1)
46catch (ReflectionTypeLoadException rtle)
Microsoft.AspNetCore.Diagnostics (4)
DeveloperExceptionPage\Views\ErrorPage.Designer.cs (2)
456var reflectionTypeLoadException = errorDetail.Error as ReflectionTypeLoadException;
src\Shared\StackTrace\ExceptionDetails\ExceptionDetailsProvider.cs (2)
59var typeLoadException = ex as ReflectionTypeLoadException;
Microsoft.AspNetCore.Hosting (5)
Internal\HostingLoggerExtensions.cs (1)
29if (exception is ReflectionTypeLoadException reflectionTypeLoadException)
src\Shared\ErrorPage\ErrorPage.Designer.cs (2)
394var reflectionTypeLoadException = errorDetail.Error as ReflectionTypeLoadException;
src\Shared\StackTrace\ExceptionDetails\ExceptionDetailsProvider.cs (2)
59var typeLoadException = ex as ReflectionTypeLoadException;
Microsoft.AspNetCore.Server.IIS (4)
src\Shared\ErrorPage\ErrorPage.Designer.cs (2)
394var reflectionTypeLoadException = errorDetail.Error as ReflectionTypeLoadException;
src\Shared\StackTrace\ExceptionDetails\ExceptionDetailsProvider.cs (2)
59var typeLoadException = ex as ReflectionTypeLoadException;
Microsoft.Build (5)
BuildCheck\Acquisition\BuildCheckAcquisitionModule.cs (1)
58catch (ReflectionTypeLoadException ex) when (ex.LoaderExceptions.Length != 0)
ExceptionHandling.cs (1)
253|| e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded
Instance\TaskFactories\AssemblyTaskFactory.cs (2)
287catch (ReflectionTypeLoadException e) 438catch (ReflectionTypeLoadException e)
Instance\TaskRegistry.cs (1)
1529catch (ReflectionTypeLoadException e)
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
253|| e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
253|| e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
253|| e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded
Microsoft.Extensions.Hosting (1)
Internal\HostingLoggerExtensions.cs (1)
15if (exception is ReflectionTypeLoadException reflectionTypeLoadException)
Microsoft.Maui.Controls (1)
Visuals\VisualTypeConverter.cs (1)
92 catch (ReflectionTypeLoadException)
MSBuild (2)
ExceptionHandling.cs (1)
253|| e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded
XMake.cs (1)
4433catch (ReflectionTypeLoadException e) when (!loggerDescription.IsOptional)
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
253|| e is ReflectionTypeLoadException // thrown by the Module.GetTypes method if any of the classes in a module cannot be loaded
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
491[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionTypeLoadException))]
netstandard (1)
netstandard.cs (1)
1459[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionTypeLoadException))]
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (1)
683catch (ReflectionTypeLoadException ex)
System.Private.CoreLib (1)
src\System\Reflection\Metadata\RuntimeTypeMetadataUpdateHandler.cs (1)
38catch (ReflectionTypeLoadException) { }
System.Reflection (1)
System.Reflection.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionTypeLoadException))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
499[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.ReflectionTypeLoadException))]
xunit.console (1)
ConsoleRunner.cs (1)
147catch (ReflectionTypeLoadException ex)