3 types derived from TypeLoadException
mscorlib (3)
system\dllnotfoundexception.cs (1)
22[Serializable] public class DllNotFoundException : TypeLoadException {
system\entrypointnotfoundexception.cs (1)
21[Serializable] public class EntryPointNotFoundException : TypeLoadException {
system\typeaccessexception.cs (1)
15public class TypeAccessException : TypeLoadException
16 instantiations of TypeLoadException
mscorlib (11)
system\activator.cs (1)
645throw new TypeLoadException(Environment.GetResourceString( "Argument_TypeMustBeVisibleFromCom" ));
system\appdomain.cs (4)
546throw new TypeLoadException(Environment.GetResourceString("Argument_NoDomainManager"), e); 550throw new TypeLoadException(Environment.GetResourceString("Argument_NoDomainManager"), e); 554throw new TypeLoadException(Environment.GetResourceString("Argument_NoDomainManager"), e); 559throw new TypeLoadException(Environment.GetResourceString("Argument_NoDomainManager"));
system\reflection\emit\assemblybuilder.cs (2)
714throw new TypeLoadException(Environment.GetResourceString(ResId.MissingType, "SymWriter")); 918throw new TypeLoadException(Environment.GetResourceString("MissingType", "SymWriter"));
system\runtimehandles.cs (1)
616throw new TypeLoadException(Environment.GetResourceString("Arg_TypeLoadNullStr"));
system\typenameparser.cs (3)
161throw new TypeLoadException(Environment.GetResourceString("Arg_TypeLoadNullStr")); 267throw new TypeLoadException(errorString); 296throw new TypeLoadException(Environment.GetResourceString("TypeLoad_ResolveNestedType", names[i], names[i-1]));
System.AddIn (1)
System\Addin\MiniReflection\MiniAssembly.cs (1)
119throw new TypeLoadException(String.Format(CultureInfo.CurrentCulture, Res.CantFindTypeName, nameSpace, typeName));
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
251TypeLoadException e = new TypeLoadException(error);
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXDataNode.cs (3)
498TypeLoadException newTle = new TypeLoadException(newMessage, xml); 538TypeLoadException newTle = new TypeLoadException(newMessage, xml); 687TypeLoadException newTle = new TypeLoadException(newMessage);
26 references to TypeLoadException
mscorlib (8)
system\appdomain.cs (1)
552catch (TypeLoadException e)
system\diagnostics\eventing\eventprovider.cs (1)
180catch (TypeLoadException)
system\rttype.cs (2)
1206catch(System.TypeLoadException) 4245catch (TypeLoadException e)
system\runtime\interopservices\attributes.cs (1)
578catch (System.TypeLoadException)
system\runtime\interopservices\typelibconverter.cs (2)
556catch (TypeLoadException e) 569catch (TypeLoadException e)
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (1)
1442catch (TypeLoadException) { }
System.Activities (1)
System\Activities\DynamicUpdate\ArgumentInfo.cs (1)
61if (e is TypeLoadException || e is FileNotFoundException || e is FileLoadException || e is ArgumentException)
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
250static internal TypeLoadException TypeLoad(string error) { 251TypeLoadException e = new TypeLoadException(error);
System.Data.Entity (1)
System\Data\Metadata\AspProxy.cs (1)
191catch (TypeLoadException e)
System.Drawing (1)
commonui\System\Drawing\Printing\PrintDocument.cs (1)
148catch (TypeLoadException) {
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerReadContextComplex.cs (1)
257catch (TypeLoadException) { }
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\ServiceParser.cs (1)
696catch (TypeLoadException e)
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
287catch (TypeLoadException e)
System.Web.Extensions (2)
ClientServices\Providers\SqlHelper.cs (2)
56} catch (TypeLoadException e) { 203} catch (TypeLoadException e) {
System.Windows.Forms (4)
winforms\Managed\System\Resources\ResXDataNode.cs (3)
498TypeLoadException newTle = new TypeLoadException(newMessage, xml); 538TypeLoadException newTle = new TypeLoadException(newMessage, xml); 687TypeLoadException newTle = new TypeLoadException(newMessage);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
759catch (TypeLoadException) {
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (1)
504catch (TypeLoadException)
DebugEngine\DebugControllerThread.cs (1)
123catch (TypeLoadException)
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlBuildProvider.cs (1)
49[Fx.Tag.Throws(typeof(TypeLoadException), "The type resolution of the root element failed.")]
System.Xml (1)
System\Xml\Core\BinaryCompatibility.cs (1)
24catch (TypeLoadException)