18 references to GetException
System.Drawing.Common (17)
System\Drawing\Drawing2D\CustomLineCap.cs (2)
41throw status.GetException(); 53throw Status.NotImplemented.GetException();
System\Drawing\Drawing2D\GraphicsPath.cs (2)
45throw Status.InvalidParameter.GetException(); 81throw Status.InvalidParameter.GetException();
System\Drawing\Drawing2D\GraphicsPathIterator.cs (2)
165throw Status.InvalidParameter.GetException(); 218throw Status.InvalidParameter.GetException();
System\Drawing\Drawing2D\Matrix.cs (2)
55throw Status.InvalidParameter.GetException(); 69throw Status.InvalidParameter.GetException();
System\Drawing\Font.cs (1)
356throw status.GetException();
System\Drawing\Gdiplus.cs (1)
22internal static Exception StatusException(Status status) => status.GetException();
System\Drawing\Imaging\EncoderParameter.cs (5)
230throw Status.InvalidParameter.GetException(); 250throw Status.InvalidParameter.GetException(); 277throw Status.InvalidParameter.GetException(); 305_ => throw Status.WrongState.GetException() 331_ => throw Status.WrongState.GetException()
System\Drawing\Imaging\EncoderParameters.cs (1)
39throw 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)
14throw status.GetException();