17 references to ReflectionTypeLoadException
Microsoft.Activities.Build (1)
Microsoft\Activities\Build\Utilities.cs (1)
83catch (ReflectionTypeLoadException rtle)
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
2047catch (ReflectionTypeLoadException)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
709catch (ReflectionTypeLoadException)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
709catch (ReflectionTypeLoadException)
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
506catch (ReflectionTypeLoadException)
System.ServiceModel (1)
System\ServiceModel\ComIntegration\TypeLibraryHelper.cs (1)
136catch (ReflectionTypeLoadException)
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1161catch (ReflectionTypeLoadException)
System.Workflow.Activities (4)
Rules\Parser\Parser.cs (1)
643catch (ReflectionTypeLoadException e)
Rules\RuleValidation.cs (3)
846catch (ReflectionTypeLoadException e) 859catch (ReflectionTypeLoadException e) 3374catch (ReflectionTypeLoadException e)
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (4)
510ReflectionTypeLoadException typeLoadException = e as ReflectionTypeLoadException; 539ReflectionTypeLoadException typeLoadException = e as ReflectionTypeLoadException;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
726string errorMessage = (exception is ReflectionTypeLoadException || (exception.InnerException != null && exception.InnerException is ReflectionTypeLoadException)) ? DR.GetString(DR.TypeBrowser_UnableToLoadOneOrMoreTypes) : DR.GetString(DR.TypeBrowser_ProblemsLoadingAssembly);