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