8 references to WinIOError
System (8)
sys\system\io\ports\InternalResources.cs (2)
85WinIOError(errorCode, String.Empty); 94WinIOError(errorCode, str);
sys\system\io\ports\SerialStream.cs (5)
704InternalResources.WinIOError(errorCode, string.Empty); 1004InternalResources.WinIOError(afsar._errorCode, portName); 1059InternalResources.WinIOError(afsar._errorCode, portName); 1471InternalResources.WinIOError(hr, String.Empty); 1525InternalResources.WinIOError(hr, String.Empty);
sys\system\threading\semaphore.cs (1)
192InternalResources.WinIOError(NativeMethods.ERROR_PATH_NOT_FOUND, string.Empty);