7 references to E_UNEXPECTED
System.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (3)
121return HRESULT.E_UNEXPECTED; 129if (result != HRESULT.E_UNEXPECTED) 291_ => HRESULT.E_UNEXPECTED
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
315Debug.WriteLineIf(hr == HRESULT.E_UNEXPECTED, "E_UNEXPECTED returned when trying to get clipboard data.");
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (2)
37return new ExternalException(SR.GdiplusInvalidOperation, (int)HRESULT.E_UNEXPECTED); 82return new ExternalException($"{SR.GdiplusUnknown} [{status}]", (int)HRESULT.E_UNEXPECTED);
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropTarget.cs (1)
242result = asyncCapability->EndOperation(HRESULT.E_UNEXPECTED, null, (uint)DROPEFFECT.DROPEFFECT_NONE);