Base:
property
ErrorCode
System.Runtime.InteropServices.ExternalException.ErrorCode
4 references to ErrorCode
System (4)
net\System\Net\Internal.cs (2)
587if (exception.ErrorCode != (uint)SocketError.WouldBlock) { 610if (exception.ErrorCode != (uint)SocketError.WouldBlock) {
net\System\Net\NetworkInformation\NetworkAddressChange.cs (2)
303if (exception.ErrorCode != (uint)SocketError.WouldBlock) { 331if (exception.ErrorCode != (uint)SocketError.WouldBlock) {