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