2 instantiations of EntryPointNotFoundException
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
459
throw new
EntryPointNotFoundException
(ZLibNativeDllName + "!" + entryPointName);
WindowsBase (1)
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
459
throw new
EntryPointNotFoundException
(ZLibNativeDllName + "!" + entryPointName);
27 references to EntryPointNotFoundException
mscorlib (7)
microsoft\win32\registrykey.cs (3)
454
catch (
EntryPointNotFoundException
) {
522
catch (
EntryPointNotFoundException
) {
559
catch (
EntryPointNotFoundException
) {
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (2)
1108
catch (
EntryPointNotFoundException
)
1126
catch (
EntryPointNotFoundException
)
system\security\securestring.cs (1)
46
catch (
EntryPointNotFoundException
) {
system\timezoneinfo.cs (1)
2627
catch (
EntryPointNotFoundException
) {
PresentationFramework (2)
src\Framework\System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
58
catch (
EntryPointNotFoundException
)
src\Framework\System\Windows\Documents\SpellerInteropBase.cs (1)
129
(ex is DllNotFoundException || ex is
EntryPointNotFoundException
)
System (2)
compmod\microsoft\win32\SafeNativeMethods.cs (1)
74
} catch (
EntryPointNotFoundException
) {
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
299
catch (
EntryPointNotFoundException
x) {
System.AddIn (1)
System\Addin\Hosting\AddInProcess.cs (1)
334
catch(
EntryPointNotFoundException
)
System.IO.Log (1)
System\IO\Log\LogRecordSequence.cs (1)
850
catch (
EntryPointNotFoundException
)
System.Messaging (3)
System\Messaging\Interop\UnsafeNativeMethods.cs (3)
66
catch (
EntryPointNotFoundException
)
84
catch (
EntryPointNotFoundException
)
170
catch (
EntryPointNotFoundException
)
System.Security (4)
system\security\cryptography\dataprotection.cs (4)
97
catch (
EntryPointNotFoundException
) {
160
catch (
EntryPointNotFoundException
) {
204
catch (
EntryPointNotFoundException
) {
235
catch (
EntryPointNotFoundException
) {
System.Transactions (1)
System\Transactions\Transaction.cs (1)
158
catch (System.
EntryPointNotFoundException
e)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
2751
catch (
EntryPointNotFoundException
) {
winforms\Managed\System\WinForms\ImageListStreamer.cs (1)
244
catch (
EntryPointNotFoundException
) {
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
1769
catch (
EntryPointNotFoundException
)
MS\Internal\Automation\Misc.cs (1)
566
catch(
EntryPointNotFoundException
)
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1049
catch(
EntryPointNotFoundException
)
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
335
catch (
EntryPointNotFoundException
)