4 references to ProxyAssemblyNotLoadedException
UIAutomationClient (4)
MS\Internal\Automation\ProxyManager.cs (3)
58
throw new
ProxyAssemblyNotLoadedException
(SR.Format(SR.Assembly0NotFound,assemblyName));
65
throw new
ProxyAssemblyNotLoadedException
(SR.Format(SR.CouldNotFindType0InAssembly1, typeName, assemblyName));
71
throw new
ProxyAssemblyNotLoadedException
(SR.Format(SR.CouldNotFindRegisterMethodOnType0InAssembly1, typeName, assemblyName));
MS\Internal\Automation\UiaCoreApi.cs (1)
1198
throw new
ProxyAssemblyNotLoadedException
(description);