3 references to WrongState
System.Drawing (3)
commonui\System\Drawing\Advanced\EncoderParameter.cs (2)
466
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
WrongState
);
510
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
WrongState
);
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3175
case
WrongState
: return new InvalidOperationException(SR.GetString(SR.GdiplusWrongState));