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