6 references to E_FAIL
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (4)
3168case GenericError: return new ExternalException(SR.GetString(SR.GdiplusGenericError), E_FAIL); 3174case Win32Error: return new ExternalException(SR.GetString(SR.GdiplusGenericError), E_FAIL); 3198return new ExternalException(SR.GetString(SR.GdiplusUnsupportedGdiplusVersion), E_FAIL); 3201return new ExternalException(SR.GetString(SR.GdiplusNotInitialized), E_FAIL);
commonui\System\Drawing\Advanced\GPStream.cs (1)
107throw new ExternalException(msg, SafeNativeMethods.E_FAIL);
commonui\System\Drawing\UnsafeNativeMethods.cs (1)
288throw new ExternalException(msg, SafeNativeMethods.E_FAIL);