用createControlRange方法获取网页里的图片,然后通过剪切板复制图片,执行几次后就报这个错误:
异常:System.Runtime.InteropServices.ExternalException: 所请求的剪贴板操作失败。
在 System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
在 System.Windows.Forms.Clipboard.GetDataObject(Int32 retryTimes, Int32 retryDelay)
在 System.Windows.Forms.Clipboard.GetDataObject()
在 System.Windows.Forms.Clipboard.GetImage()