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