6 references to E_UNEXPECTED
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (3)
126return HRESULT.E_UNEXPECTED; 134if (result != HRESULT.E_UNEXPECTED) 300_ => HRESULT.E_UNEXPECTED
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
385Debug.WriteLineIf(hr == HRESULT.E_UNEXPECTED, "E_UNEXPECTED returned when trying to get clipboard data.");
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (2)
35return new ExternalException(SR.GdiplusInvalidOperation, (int)HRESULT.E_UNEXPECTED); 80return new ExternalException($"{SR.GdiplusUnknown} [{status}]", (int)HRESULT.E_UNEXPECTED);