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