未验证 提交 aef8e764 编写于 作者: J jdbruner 提交者: GitHub

fix call to GetIOException (issue 1928) (#1932)

上级 832a43bd
......@@ -38,7 +38,7 @@ internal sealed class LibGpiodDriverEventHandler : IDisposable
if (eventSuccess < 0)
{
throw ExceptionHelper.GetIOException(ExceptionResource.RequestEventError, _pinNumber, Marshal.GetLastWin32Error());
throw ExceptionHelper.GetIOException(ExceptionResource.RequestEventError, Marshal.GetLastWin32Error(), _pinNumber);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册