21 references to OutOfMemory
System.Drawing (21)
commonui\System\Drawing\Advanced\EncoderParameter.cs (17)
106
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
128
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
147
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
166
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
187
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
209
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
233
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
256
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
273
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
296
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
317
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
338
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
368
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
397
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
430
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
475
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
519
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
commonui\System\Drawing\Advanced\EncoderParameters.cs (1)
84
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3170
case
OutOfMemory
: return new OutOfMemoryException(SR.GetString(SR.GdiplusOutOfMemory));
commonui\System\Drawing\Image.cs (2)
1088
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);
1216
throw SafeNativeMethods.Gdip.StatusException(SafeNativeMethods.Gdip.
OutOfMemory
);