4 references to GetLastError
System.Net.Sockets (4)
System\Net\Sockets\SafeSocketHandle.Unix.cs (1)
301
errorCode = Interop.Sys.
GetLastError
();
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
1363
throw new SocketException((int)SocketPal.GetSocketErrorForErrorCode(Interop.Sys.
GetLastError
()));
System\Net\Sockets\SocketPal.Unix.cs (2)
114
errno = received != -1 ? Interop.Error.SUCCESS : Interop.Sys.
GetLastError
();
196
errno = Interop.Sys.
GetLastError
();