2 references to ErrorCreatingHandle
System.Windows.Forms (2)
System\Windows\Forms\NativeWindow.cs (2)
457
throw new OutOfMemoryException(SR.
ErrorCreatingHandle
, e);
472
throw new Win32Exception(lastWin32Error, SR.
ErrorCreatingHandle
);