18 references to GetException
System.Drawing.Common (17)
System\Drawing\Drawing2D\CustomLineCap.cs (2)
41
throw status.
GetException
();
53
throw Status.NotImplemented.
GetException
();
System\Drawing\Drawing2D\GraphicsPath.cs (2)
45
throw Status.InvalidParameter.
GetException
();
81
throw Status.InvalidParameter.
GetException
();
System\Drawing\Drawing2D\GraphicsPathIterator.cs (2)
165
throw Status.InvalidParameter.
GetException
();
218
throw Status.InvalidParameter.
GetException
();
System\Drawing\Drawing2D\Matrix.cs (2)
55
throw Status.InvalidParameter.
GetException
();
69
throw Status.InvalidParameter.
GetException
();
System\Drawing\Font.cs (1)
356
throw status.
GetException
();
System\Drawing\Gdiplus.cs (1)
22
internal static Exception StatusException(Status status) => status.
GetException
();
System\Drawing\Imaging\EncoderParameter.cs (5)
230
throw Status.InvalidParameter.
GetException
();
250
throw Status.InvalidParameter.
GetException
();
277
throw Status.InvalidParameter.
GetException
();
305
_ => throw Status.WrongState.
GetException
()
331
_ => throw Status.WrongState.
GetException
()
System\Drawing\Imaging\EncoderParameters.cs (1)
39
throw Status.InvalidParameter.
GetException
();
System\Drawing\Imaging\MetafileHeader.cs (1)
101
? throw Status.InvalidParameter.
GetException
()
System.Private.Windows.Core (1)
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (1)
14
throw status.
GetException
();