3 references to ERROR_INVALID_PARAMETER
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
521
throw new Win32Exception((int)WIN32_ERROR.
ERROR_INVALID_PARAMETER
);
531
throw new Win32Exception((int)WIN32_ERROR.
ERROR_INVALID_PARAMETER
);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.LoadLibrary.cs (1)
57
if (Marshal.GetLastWin32Error() != (int)WIN32_ERROR.
ERROR_INVALID_PARAMETER
)